C API for BALTECH SDK

§ BRP_Legic_ErrNotInitialized

#define BRP_Legic_ErrNotInitialized   BRP_ERR_STATUS(0x1E00, 0x02)

LEGIC support is not initialized yet.

After powering up, the LEGIC chip normally needs several 100 milliseconds until it is ready to execute commands. As long as the reader returns this status code the command needs to be repeated.

If the LEGIC chip is still not available 3.5 seconds after the reader has powered up, usually due to a hardware defect, the Rf13MHzLegic boot status of the Baltech reader will be set (The Baltech reader boot status can be read using the Sys.GetBootStatus command).

Definition at line 39 of file legic.h.