CardProperties class

Structure is used to store extended information about the characteristics of the RFID-chip located in the scope of the reader.

Constructors

CardProperties()

Properties

aTQA int
Numeric ATQ_A value in hexadecimal format (e.g. "0x0000").
no setter
aTQB String?
ATQ_B contents in text format. Each byte is represented by its hexadecimal value. The individual bytes are sepa-rated by spaces (e.g. "50 F9 4F 41 60 00 00 00 00 77 81 81").
no setter
aTR String?
aTR contents in text format. Each byte is represented by its hexadecimal value. The individual bytes are separated by spaces (e.g. "3B 88 81 11 FC 00 00 00 00 77 81 81 00 93").
no setter
baudrate1 String?
Numeric Baudrate1 value in hexadecimal format (e.g. "0x0000000F").
no setter
baudrate2 String?
Numeric Baudrate2 value in hexadecimal format.
no setter
bitRateR int
Numeric BitRateR value in hexadecimal format (e.g. "0x04").
no setter
bitRateS int
Numeric BitRateS value in hexadecimal format (e.g. "0x04").
no setter
chipTypeA int
Text abbreviation of ChipType_A value.
no setter
hashCode int
The hash code for this object.
no setterinherited
mifareMemory int
Numeric MifareMemory value.
no setter
rfidType int
Text abbreviation of RFID_Type value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sAK int
Numeric SAK value in hexadecimal format (e.g. "0x00").
no setter
support4 bool
Boolean Support_4 value.
no setter
supportMifare bool
Boolean Support_Mifare value.
no setter
uID String?
UID contents in text format. Each byte is represented by its hexadecimal value. The individual bytes are separated by spaces (e.g. "F9 4F 41 60").
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Allows you to serialize object.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromJson(dynamic jsonObject) CardProperties?
Allows you to deserialize object.