Class TargetPiccParameters
Parameters for a PICC card (like a Credit Card) when PN532 is setup as a target See document AN133910.pdf on nxp website for default values
public class TargetPiccParameters
- Inheritance
-
TargetPiccParameters
Constructors
TargetPiccParameters()
public TargetPiccParameters()
Properties
GeneralTarget
General target initialization bytes, length can't be more than 47 Default values are provided
public byte[] GeneralTarget { get; set; }
Property Value
- byte[]
HistoricalTarget
Historical data for target initialization bytes, length can't be more than 48
public byte[] HistoricalTarget { get; set; }
Property Value
- byte[]
NfcId3
The NFC Id for a PICC card, legnth must be 10 bytes
public byte[] NfcId3 { get; set; }
Property Value
- byte[]
Methods
Serialize()
Serialize the data to be used for initialization
public byte[] Serialize()
Returns
- byte[]
Data serialized