![]()  | 
     BALTECH Docs | 
    C API for BALTECH SDK
   
    
   
   | 
   
| 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.
| [in] | protocol | used to execute the command | 
| [in] | FastBaud | Baudrate PCD-PICC. | 
| [in] | Cmd | Command to card. | 
| [in] | Param | Parameter of command. | 
| [in] | Param_len | |
| [in] | Timeout | Timeout send PCD and receive PICC. | 
| [out] | Resp | Response of command. | 
| [out] | Resp_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 |