PresentationHeaderDecode class
- Inheritance
-
- Object
- TerminalConfig
- PresentationHeaderConfig
- PresentationHeaderDecode
Constructors
-
PresentationHeaderDecode({required List<
String> codes})
Properties
- ackKey ↔ String
-
getter/setter pairinherited
-
codes
↔ List<
String> -
getter/setter pair
- endKey ↔ String
-
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- nackKey ↔ String
-
getter/setter pairinherited
-
presentationHeader
→ List<
String> -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- separatorKey ↔ String
-
getter/setter pairinherited
- startKey ↔ String
-
getter/setter pairinherited
- transactionCode → String
-
no setter
-
transactionList
↔ List<
Transaction> -
getter/setter pairinherited
- transactionName → TransactionName
-
no setter
Methods
-
ackMessage(
) → Uint8List -
inherited
-
byCode(
String code) → TransactionName -
inherited
-
generateLrc(
List< String> msgs) → String -
inherited
-
generateMessage(
List< String> msgs) → Uint8List -
inherited
-
hexLength(
List< String> codes) → int -
inherited
-
hexListToBinary(
List< String> codes) → String -
inherited
-
hexListToNumberList(
List< String> codes) → List<int> -
inherited
-
hexListToUtf(
List< String> codes) → String -
inherited
-
hexToNumber(
String code) → int -
inherited
-
hexToString(
String code) → String -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
numberListToHexList(
List< int> codes) → List<String> -
inherited
-
numberToHex(
int number) → String -
inherited
-
padLeftSpace(
String msg, int space) → String -
inherited
-
padLeftZero(
String msg, int space) → String -
inherited
-
stringListToHexList(
List< String> codes) → List<String> -
inherited
-
stringToHex(
String code) → String -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
utfToHexList(
String msg) → List< String> -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited