C API for BALTECH SDK
ui.h File Reference
#include "../typedefs.h"

Go to the source code of this file.

Macros

#define BRP_UI_ErrInvalidPort   BRP_ERR_STATUS(0x0A00, 0x01)
 

Functions

brp_errcode brp_UI_Enable (brp_protocol protocol, brp_IoPort Port)
 
brp_errcode brp_UI_Disable (brp_protocol protocol, brp_IoPort Port)
 
brp_errcode brp_UI_Toggle (brp_protocol protocol, brp_IoPort Port, unsigned ToggleCount, unsigned Timespan1, unsigned Timespan2, brp_UI_Toggle_Polarity Polarity)
 
brp_errcode brp_UI_SetRgbLed (brp_protocol protocol, unsigned LedBitMask, unsigned RgbColor, unsigned TransitionTime)
 
brp_errcode brp_UI_PulseRgbLed (brp_protocol protocol, unsigned LedBitMask, unsigned RgbColor1, unsigned RgbColor2, unsigned TransitionTime, unsigned Period)
 

Detailed Description

With the User Interface command group, you can control the reader's feedback to the card holder, e.g. via LEDs and beeper.

Definition in file ui.h.