FeliCaReadWithoutEncryptionResponse class

The answer to a FeliCa read-without-encryption command.

Constructors

FeliCaReadWithoutEncryptionResponse({required int statusFlag1, required int statusFlag2, required List<Uint8List> blockData})
const

Properties

blockData List<Uint8List>
One entry per requested block, in the order they were asked for. Empty on failure.
final
hashCode int
The hash code for this object.
no setterinherited
isSuccess bool
Whether the card reported success.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusFlag1 int
Status flag 1. Zero means the read succeeded.
final
statusFlag2 int
Status flag 2, which says why when statusFlag1 is non-zero.
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