Iso15693SystemInfo class

What an ISO 15693 tag reports about itself.

Constructors

Iso15693SystemInfo({required int applicationFamilyIdentifier, required int blockSize, required int dataStorageFormatIdentifier, required int icReference, required int totalBlocks})
const

Properties

applicationFamilyIdentifier int
The AFI, which groups tags by application. 0 means the tag is in every group.
final
blockSize int
The size of one block, in bytes.
final
dataStorageFormatIdentifier int
The DSFID, an application-defined byte describing how the data is laid out.
final
hashCode int
The hash code for this object.
no setterinherited
icReference int
The manufacturer's IC reference.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalBlocks int
How many blocks the tag holds. Note this can exceed 255, in which case the block number arguments below cannot address them all -- the extended commands exist for that.
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