Iso15693Response class

The answer to a command that reports the tag's response flag as well as its data.

Constructors

Iso15693Response({required Set<Iso15693ResponseFlag> flags, required Uint8List data})
const

Properties

data Uint8List
The response with its flag byte stripped off. Empty when the tag answered with the flag alone.
final
flags Set<Iso15693ResponseFlag>
The bits the tag set in its response flag.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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