Felica.GenericCmd
Generic command for FeliCa.
Properties
- Command code: 0x1C02
- Command timeout: 100 ms
- Possible status codes: General status codes, Felica.ErrFelicaNoTag, Felica.ErrFelicaHf, Felica.ErrFelicaFrame, Felica.ErrFelicaCom, Felica.ErrFelicaCardNotSupported
Parameters (request frame)
Name | Type/Size | Description | |
---|---|---|---|
FastBaud | Enumeration (8 bits) |
Baudrate PCD-PICC. Values:
|
|
Cmd | Integer (8 bits) | Command to card. | |
Length of Param | Integer (8 bits) |
Length of Param in bytes |
|
Param | Raw data | Parameter of command. | |
Timeout | Integer (16 bits) | Timeout send PCD and receive PICC. |
Returned values (response frame)
Name | Type/Size | Description |
---|---|---|
Length of Resp | Integer (8 bits) |
Length of Resp in bytes |
Resp | Raw data | Response of command. |