C API for BALTECH SDK

§ brp_Felica_GenericCmd()

brp_errcode brp_Felica_GenericCmd ( brp_protocol  protocol,
brp_Felica_GenericCmd_FastBaud  FastBaud,
unsigned  Cmd,
brp_buf  Param,
size_t  Param_len,
unsigned  Timeout,
brp_buf Resp,
size_t *  Resp_len,
brp_mempool mempool 
)

Generic command for FeliCa.

Parameters
[in]protocolused to execute the command
[in]FastBaudBaudrate PCD-PICC.
[in]CmdCommand to card.
[in]ParamParameter of command.
[in]Param_len
[in]TimeoutTimeout send PCD and receive PICC.
[out]RespResponse of command.
[out]Resp_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