Class Data212_424kbps
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
targetNumberbyteThe target number, should be 1 or 2 with PN532.
responseCodebyteThe response code.
nfcIdbyte[]The unique NFC ID.
padbyte[]The Pad.
systemCodebyte[]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
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; }