Table of Contents

Class Data212_424kbps

Namespace
Iot.Device.Rfid
Assembly
Iot.Device.Card.dll

212 and 424 card elements

public class Data212_424kbps
Inheritance
Data212_424kbps

Constructors

Data212_424kbps(byte, byte, byte[], byte[], byte[])

212 and 424 card elements.

public Data212_424kbps(byte targetNumber, byte responseCode, byte[] nfcId, byte[] pad, byte[] systemCode)

Parameters

targetNumber byte

The target number, should be 1 or 2 with PN532.

responseCode byte

The response code.

nfcId byte[]

The unique NFC ID.

pad byte[]

The Pad.

systemCode byte[]

The system code.

Properties

NfcId

The unique NFC ID

public byte[] NfcId { get; set; }

Property Value

byte[]

Pad

The Pad

public byte[] Pad { get; set; }

Property Value

byte[]

ResponseCode

The response code

public byte ResponseCode { get; set; }

Property Value

byte

SystemCode

The system code

public byte[] SystemCode { get; set; }

Property Value

byte[]

TargetNumber

The target number, should be 1 or 2 with PN532

public byte TargetNumber { get; set; }

Property Value

byte