C API for BALTECH SDK

§ brp_Lg_ReadSMStatus()

brp_errcode brp_Lg_ReadSMStatus ( brp_protocol  protocol,
brp_buf RFU,
unsigned *  SWV,
unsigned *  SmStat,
unsigned *  HfPow,
bool *  NoMIM,
brp_Lg_ReadSMStatus_MIMVersion MIMVersion,
brp_mempool mempool 
)

Retrieve status information from LEGIC prime SM 05 chip as well as information from the currently selected MIM.

Parameters
[in]protocolused to execute the command
[out]RFU
[out]SWVFirmware-Version of SM 05
[out]SmStatFirmware status code (Baltech internal use only).
[out]HfPowHF Transmission power (0: off).
[out]NoMIMIf this flag is set, there is no valid MIM in the field of the antenna.
[out]MIMVersionSize of detected MIM.
[in]mempoolis used to store response data. Maybe NULL to use an internal mempool, in this case the data is only available until another command uses the internal mempool
Deprecated:
This command may be removed in future!