Table of Contents

Class Data106kbpsTypeB

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

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

atqb byte[]

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

ApplicationType

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

byte

CidSupported

Is Card Identifier supported?

public bool CidSupported { get; set; }

Property Value

bool

Command

The command send during the ATQB request Standard one should be 0x50

public byte Command { get; set; }

Property Value

byte

FrameWaitingTime

The frame waiting time in ยต seconds

public float FrameWaitingTime { get; set; }

Property Value

float

ISO14443_4Compliance

Is this card fully compliant with ISO 14443_4?

public bool ISO14443_4Compliance { get; set; }

Property Value

bool

MaxFrameSize

The Max Frame Size

public MaxFrameSize MaxFrameSize { get; set; }

Property Value

MaxFrameSize

NadSupported

Is Node Address supported?

public bool NadSupported { get; set; }

Property Value

bool

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; }

Property Value

byte