IsoMsgPackager class abstract
Walks the field table to turn an IsoMsg into bytes and back. Ported from
ISOMsgBasePackager.
- Implementers
Constructors
-
IsoMsgPackager(List<
IsoFieldPackager?> fieldPackagers, {int thirdBitmapField = _thirdBitmapFieldDefault})
Properties
- bitmapFieldIndex → int
-
no setter
- emitsBitmap → bool
-
no setter
-
fieldPackagers
→ List<
IsoFieldPackager?> -
final
- firstField → int
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- thirdBitmapField → int
-
final
Methods
-
createComponent(
) → IsoMsg -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pack(
IsoMsg message, IsoBuffer buffer) → void -
packToBytes(
IsoMsg message, {int maxMessageSize = 9999}) → Uint8List - Recalculates the bitmap and packs into a fresh buffer, the same sequence the Java encoder performs before writing to the channel.
-
toString(
) → String -
A string representation of this object.
inherited
-
unpack(
IsoMsg message, IsoBuffer buffer) → void -
unpackFromBytes(
Uint8List bytes) → IsoMsg
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited