Class Data106kbpsInnovisionJewel
Create a 106 kbpd Innovision Jewel card
public class Data106kbpsInnovisionJewel
- Inheritance
-
Data106kbpsInnovisionJewel
Constructors
Data106kbpsInnovisionJewel(byte, byte[], byte[])
Create a 106 kbpd Innovision Jewel card.
public Data106kbpsInnovisionJewel(byte targetNumber, byte[] atqa, byte[] jewelId)
Parameters
targetNumber
byteThe target number, should be 1 or 2 with PN532.
atqa
byte[]Known as SENS_RES in the documentation.
jewelId
byte[]The Jewel card ID.
Properties
Atqa
Known as SENS_RES in the documentation Answer To reQuest, Type A
public byte[] Atqa { get; set; }
Property Value
- byte[]
JewelId
The Jewel card ID
public byte[] JewelId { get; set; }
Property Value
- byte[]
TargetNumber
The target number, should be 1 or 2 with PN532
public byte TargetNumber { get; set; }