BALTECH Docs |
C API for BALTECH SDK
|
BRP_LIB brp_errcode brp_exec_AR_GetMessage | ( | brp_protocol | protocol, |
int * | msg_type, | ||
char * | msg, | ||
size_t | max_msg_len, | ||
size_t * | msg_len | ||
) |
Returns the last message read by device.
protocol | the BRP protocol to the device |
msg_type | type of message (keyboard entry, card presentation, ...) |
msg | ASCII message text (with trailing zero). |
max_msg_len | maximum size of message |
msg_len | actual size of message |