User's Manual

Table Of Contents
User Identification System Function interface of device driver
User's Manual, Version: 1.01 73
© KEBA 2008
9.5.5 Controlling the LED of the Kemro UserID module
DWORD rfidSetLedStatus (HANDLE hDevice, TRfidLedStatus eStatus,
TRfidLedColor eColor)
Parameter Description
hDevice
Handle on the Kemro UserID module whose Led is to be
controlled
eStatus
Operating status of the LED.
0: Off
1: On
2: Slowly flashing (1Hz)
3: Fast flashing (2Hz)
eColor
Color of the LED
0: Red
1: Green
2: orange
This function controls the operating state of the LED and switches the LED
off/on and controls its color.
Information
The LED can only be controlled when the control for the LED has been re-
leased in the settings for the application. Otherwise the driver takes over
the exclusive control of the LED.
Return:
Value Description
0
If everything is OK, otherwise descriptive error code
9.5.6 Reading out current settings of the Kemro UserID module
DWORD rfidGetModuleSettings (HANDLE hDevice, TModuleSettings *
psModuleSettings)
Parameter Description
hDevice
Handle on the Kemro UserID module
psModuleSettings
Setting data of the Kemro UserID module
The current device driver settings are supplied for this Kemro UserID
module.
Return:
Value Description
0
If everything is OK, otherwise descriptive error code