OssAcqHeader class
The 19-byte OSS link header that precedes every ISO message on the wire.
Layout: 60 | dest(2) | src(2) | flags | sequence(4) | reserved(6) | rejectCode(2) | rejectedField(1).
Constructors
- OssAcqHeader({required String source, required String destination})
- OssAcqHeader.raw(Uint8List header)
Properties
- destination ↔ String
-
getter/setter pair
- flags ↔ int
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- header → Uint8List
-
final
- id → int
-
no setter
- isReject → bool
-
no setter
- isValidId → bool
-
no setter
- rejectCode ↔ int
-
getter/setter pair
- rejectedField → int
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sequence ↔ Uint8List
-
getter/setter pair
- source ↔ String
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
swapDirection(
) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
generateSequence(
) → Uint8List - Two random bytes followed by a 4-digit BCD counter that wraps at 9999.