C API for BALTECH SDK

§ brp_MessageType

Event that triggered the message. It allows the host application to interpret the message content correctly.

Enumerator
brp_MessageType_Card 

A card was presented to the reader.

The Autoread subsytem has read and converted the card's number based on the RFID interface component in the reader configuration. The result is returned in the message content.

brp_MessageType_AlarmOn 

The tamper alarm was activated.

By default, the message content is empty.

brp_MessageType_AlarmOff 

The tamper alarm was deactivated.

By default, the message content is empty.

brp_MessageType_Keyboard 

A PIN was entered via the reader's keyboard.

The entered digits are returned in the message content.

brp_MessageType_CardRemoval 

A previously presented card has been removed.

By default, the message content is empty.

This message type is only generated if the reader is configured to scan for card removals (Device.Run.AutoreadWaitForCardRemoval).

brp_MessageType_FunctionKey 

The user has pressed a certain function key, e.g.

the hash (#), star (*), or ENTER (E) key. The code of the entered key is returned in the message content.

brp_MessageType_Logs 

The reader returned a log message.

When you request support, please forward these log messages to us to help us investigate the underlying issue. Please collect log messages from all readers in your project. Only then will they provide meaningful insights.

brp_MessageType_undefined 

Definition at line 3213 of file typedefs.h.