Class TargetMifareParameters
Parameters to emulate a Mifare card when PN532 is setup as a target See document AN133910.pdf on nxp website for default values
public class TargetMifareParameters
- Inheritance
-
TargetMifareParameters
Constructors
TargetMifareParameters()
public TargetMifareParameters()
Properties
Atqa
SENS_RES (2 bytes LSB first, as defined in ISO/IEC14443-3)
public byte[] Atqa { get; set; }
Property Value
- byte[]
NfcId3
NFCID for emulation is only 3 lenght PN532 has hardware coded first NFCID byte to avoid having full copy of cards
public byte[] NfcId3 { get; set; }
Property Value
- byte[]
Sak
SEL_RES (1 byte), typical value: = 0x40 (for DEP) = 0x20 (for ISO/IEC14443-4 PICC emulation) = 0x60 (for both DEP and emulation of ISO/IEC14443-4 PICC)
public byte Sak { get; set; }
Property Value
Methods
Serialize()
Serialize the data to be used for initialization
public byte[] Serialize()
Returns
- byte[]
Data serialized