BALTECH Docs |
C API for BALTECH SDK
|
brp_errcode brp_Ultralight_ExecCmd | ( | brp_protocol | protocol, |
unsigned | Cmd, | ||
brp_buf | Param, | ||
size_t | Param_len, | ||
brp_buf * | Response, | ||
size_t * | Response_len, | ||
brp_mempool * | mempool | ||
) |
Generic command to communicate to a Mifare Ultralight card.
[in] | protocol | used to execute the command |
[in] | Cmd | Ultralight command code. |
[in] | Param | Command paramter. |
[in] | Param_len | |
[out] | Response | Command response. |
[out] | Response_len | |
[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 |