TargetMifareParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
type TargetMifareParameters = class
Public Class TargetMifareParameters
- Inheritance
-
TargetMifareParameters
Constructors
TargetMifareParameters() |
Properties
Atqa |
SENS_RES (2 bytes LSB first, as defined in ISO/IEC14443-3) |
NfcId3 |
NFCID for emulation is only 3 lenght PN532 has hardware coded first NFCID byte to avoid having full copy of cards |
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) |
Methods
Serialize() |
Serialize the data to be used for initialization |