Felica.GenericCmd
Generic command for FeliCa.
Parameters (request frame)
|
Name
|
Type/Size
|
Description
|
|
FastBaud
|
Enumeration (8 bits)
|
Baudrate PCD-PICC.
Values (2):
-
Kbps212 (0x00)
-
Kbps424 (0x01)
|
|
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.
|