User's Manual

Table Of Contents
Function interface of device driver Kemro UserID classic / eco
74 User's Manual, Version: 1.01
© KEBA 2008
9.5.7 New settings for the Kemro UserID module
DWORD rfidSetModuleSettings (HANDLE hDevice, TModuleSettings *
psModuleSettings)
Parameter Description
hDevice
Handle on the Kemro UserID module
psModuleSettings
New setting data of the Kemro UserID module
The current device driver settings are set for this Kemro UserID module.
Return:
Value Description
0
If everything is OK, otherwise descriptive error code
9.5.8 Reading out the factory settings of the Kemro UserID module
DWORD rfidGetFactorySettings (HANDLE hDevice, TFactorySettings *
psFactorySettings)
Parameter Description
hDevice
Handle on the Kemro UserID module
psFactorySettings
Factory data of the Kemro UserID module
The Kemro UserID module data entered at the factory are read out and
supplied.
Return:
Value Description
0
If everything is OK, otherwise descriptive error code
9.5.9 Creating a list of currently recognized transponders
DWORD rfidGetTagList (HANDLE hDevice, TRfidUid rsUids[], DWORD *
pdwCount)
Parameter Description
hDevice
Handle on the Kemro UserID module whose transponder
is to be determined
rsUids
List into which the UIDs of the detected transponders are
written
pdwCount
In: Length of UID list.
Out: Number of entered transponders
This function lists all detected transponders for the specified Kemro
UserID module. The UIDs are required to establish a data connection to a
transponder (rfidOpenTag).