C API for BALTECH SDK

§ brp_CardEmu_TransparentCmd()

brp_errcode brp_CardEmu_TransparentCmd ( brp_protocol  protocol,
brp_buf  Rsp,
size_t  Rsp_len,
unsigned  Timeout,
brp_buf Cmd,
size_t *  Cmd_len,
brp_mempool mempool 
)

Sends a response to the command returned by CardEmu.StartEmu or to the command returned by the last CardEmu.TransparentCmd.

Parameters
[in]protocolused to execute the command
[in]RspResponse that should be sent to the remote reader as reply to the last command.
[in]Rsp_len
[in]TimeoutMaximum time to wait for a Request.
[out]CmdNext ISO14443-3 command received from the remote reader.
[out]Cmd_len
[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