BALTECH SDK wrapper functions reference

§ brp_Felica_GenericCmd()

brp_errcode brp_Felica_GenericCmd ( brp_Felica_GenericCmd_t  params)

Generic command for FeliCa.

Parameters
[in]paramsStruct with the following fields:
  • protocol used to execute the command
  • FastBaud (in) Baudrate PCD-PICC.
  • Cmd (in) Command to card.
  • Param (in) Parameter of command.
  • Param_len (in) Length of Param (in bytes).
  • Timeout (in) Timeout send PCD and receive PICC.
  • Resp (out) Response of command.
  • Resp_len (out) Length of Resp (in bytes).
  • mempool (in) 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