CommandAPDU class

Constructors

CommandAPDU({required int cla, required int ins, required int p1, required int p2, Uint8List? data, int ne = 0})
Required parameters are cla, ins, p1, p2.

Properties

cla int
getter/setter pair
data Uint8List?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ins int
getter/setter pair
ne int
getter/setter pair
p1 int
getter/setter pair
p2 int
getter/setter pair
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
rawHeader() Uint8List
Returns serialized header bytes.
toBytes() Uint8List
Returns serialized command APDU.
toString() String
Returns string representation of command APDU
override

Operators

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