|
@@ -170,6 +170,7 @@ long long int get_usec_time();
|
|
|
//--------- ACTION MESSAGES
|
|
//--------- ACTION MESSAGES
|
|
|
#define MAILBOX_TOKEN_MAG "TOKEN_MAG" //A Magstripe has been presented. Parameter is the magstripe output
|
|
#define MAILBOX_TOKEN_MAG "TOKEN_MAG" //A Magstripe has been presented. Parameter is the magstripe output
|
|
|
#define MAILBOX_TOKEN_RFID "TOKEN_RFID" //An RFID card has been presented. Parameter is the RFID output
|
|
#define MAILBOX_TOKEN_RFID "TOKEN_RFID" //An RFID card has been presented. Parameter is the RFID output
|
|
|
|
|
+#define MAILBOX_TOKEN_QR "TOKEN_QR" //An RFID card has been presented. Parameter is the RFID output
|
|
|
#define MAILBOX_FLUSH_PASSES "FLUSH_PASSES" //A request has been made to flush the pass database
|
|
#define MAILBOX_FLUSH_PASSES "FLUSH_PASSES" //A request has been made to flush the pass database
|
|
|
#define MAILBOX_UPDATE_PASSES "UPDATE_PASSES" //A request has been made to try to update the pass database
|
|
#define MAILBOX_UPDATE_PASSES "UPDATE_PASSES" //A request has been made to try to update the pass database
|
|
|
#define MAILBOX_DRIVER_NOTIFY "DRIVER_NOTIFY" //A message is being transmitted to the user
|
|
#define MAILBOX_DRIVER_NOTIFY "DRIVER_NOTIFY" //A message is being transmitted to the user
|