![]() |
BALTECH Docs |
BALTECH SDK wrapper functions reference
|
| #define BRP_ERR_STATUS | ( | cmd_code, | |
| statuscode | |||
| ) |
Error codes that happen on the reader side are encoded by this macro.
In practice this macro is only for internal use, as all error codes are available as separate macro definitions in Wrapper functions.
'cmd_code' is a 16bit value identifing the reader command that caused the error. statuscode is a 8bit value that is returned by this command. The BRP Reference Manual lists all command codes and their possible status codes.
Definition at line 358 of file errorcodes.h.