C API for BALTECH SDK

§ brp_Sys_GetBootStatus()

brp_errcode brp_Sys_GetBootStatus ( brp_protocol  protocol,
brp_Sys_GetBootStatus_BootStatus BootStatus 
)

This command retrieves the boot status of the reader, i.e. it describes the state of each component of the reader's hardware. Every bit in the returned value corresponds to a reader-internal component or a system error. If the component couldn't be initialized or the system error is triggered, the related bit is set.

  • Error bits (0-23): You have to solve these issues before you can use the reader.
  • Warning bits (24-31): The reader may still work properly. However, we highly recommend you solve these issues as well.
Parameters
[in]protocolused to execute the command
[out]BootStatus