Class Data106kbpsTypeB
Core elements for a 106 kpbs type B card like a credit card
public class Data106kbpsTypeB- Inheritance
- 
      
      Data106kbpsTypeB
Constructors
Data106kbpsTypeB(byte[])
Create a 106 kbps card type B like a credit card
public Data106kbpsTypeB(byte[] atqb)Parameters
- atqbbyte[]
- Data to decode 
Properties
ApplicationData
Application data
public byte[] ApplicationData { get; set; }Property Value
- byte[]
ApplicationType
The application type
public ApplicationType ApplicationType { get; set; }Property Value
BitRates
The bit rate TODO: find more details on this elements it can be transformed as an enum
public byte BitRates { get; set; }Property Value
CidSupported
Is Card Identifier supported?
public bool CidSupported { get; set; }Property Value
Command
The command send during the ATQB request Standard one should be 0x50
public byte Command { get; set; }Property Value
FrameWaitingTime
The frame waiting time in ยต seconds
public float FrameWaitingTime { get; set; }Property Value
ISO14443_4Compliance
Is this card fully compliant with ISO 14443_4?
public bool ISO14443_4Compliance { get; set; }Property Value
MaxFrameSize
The Max Frame Size
public MaxFrameSize MaxFrameSize { get; set; }Property Value
NadSupported
Is Node Address supported?
public bool NadSupported { get; set; }Property Value
NfcId
The unique NFC ID
public byte[] NfcId { get; set; }Property Value
- byte[]
TargetNumber
The target number, should be 1 or 2 with PN532
public byte TargetNumber { get; set; }