BALTECH Docs |
C API for BALTECH SDK
|
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.
[in] | protocol | used to execute the command |
[out] | RFU | |
[out] | SWV | Firmware-Version of SM 05 |
[out] | SmStat | Firmware status code (Baltech internal use only). |
[out] | HfPow | HF Transmission power (0: off). |
[out] | NoMIM | If this flag is set, there is no valid MIM in the field of the antenna. |
[out] | MIMVersion | Size of detected MIM. |
[in] | mempool | is 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 |