C API for BALTECH SDK

§ BRP_Lg_ErrInvalidCmd

#define BRP_Lg_ErrInvalidCmd   BRP_ERR_STATUS(0x1100, 0x02)

Either the desired command is impossible to execute because no card is currently selected, or the specified parameters are invalid (e.g. wrong address, to many Bytes specified for reading/writing, ...). This status code may also come up when the Lg.Select command is executed when less than 5 Bytes to read are specified and access has been denied.

A card that was already selected before execution of the command triggering this status code will stay selected.

Definition at line 33 of file lg.h.