Iso15693SystemInfo class

The class represents the response of the Get System Info command.

Constructors

Iso15693SystemInfo({required int applicationFamilyIdentifier, required int blockSize, required int dataStorageFormatIdentifier, required int icReference, required int totalBlocks})
Constructs an instance with the given values.
const

Properties

applicationFamilyIdentifier int
Application Family Identifier.
final
blockSize int
Block Size.
final
dataStorageFormatIdentifier int
Data Storage Format Identifier.
final
hashCode int
The hash code for this object.
no setterinherited
icReference int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalBlocks int
Total Blocks.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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