TargetMifareParameters Class

Definition

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

Applies to