Class TargetFeliCaParameters
Parameters for the FeliCa card when PN532 is setup as a target See document AN133910.pdf on nxp website for default values
public class TargetFeliCaParameters
- Inheritance
-
TargetFeliCaParameters
Constructors
TargetFeliCaParameters()
public TargetFeliCaParameters()
Properties
NfcId2
The NFC Id for a FeliCa card, legnth must be 8 bytes
public byte[] NfcId2 { get; set; }
Property Value
- byte[]
Pad
The PAD for a FeliCa card, length must be 8 bytes
public byte[] Pad { get; set; }
Property Value
- byte[]
SystemCode
System Code (2 bytes), these two bytes are returned in the POL_RES frame if the 4th byte of the incoming POL_REQ command frame is 0x01
public byte[] SystemCode { get; set; }
Property Value
- byte[]
Methods
Serialize()
Serialize the data to be used for initialization
public byte[] Serialize()
Returns
- byte[]
Data serialized