CommandAPDU class
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
-
Returns serialized header bytes.
-
toBytes()
→ Uint8List
-
Returns serialized command APDU.
-
toString()
→ String
-
Returns string representation of command APDU
override