BALTECH Docs |
C API for BALTECH SDK
|
brp_errcode brp_LT_GetBootStatus | ( | brp_protocol | protocol, |
unsigned | Mode, | ||
unsigned * | BootStatusLo, | ||
unsigned * | BootStatusHi | ||
) |
Retrieves the boot status of the reader, which describes the state of the readers hardware.
If a defect is detected during the self-test of the reader, a bit will be set.
[in] | protocol | used to execute the command |
[in] | Mode | 1: read and reset boot status. |
[out] | BootStatusLo | Bitmask with one bit for every peripheral of the reader (LSByte). |
[out] | BootStatusHi | Bitmask with one bit for every peripheral of the reader (MSByte). |