Transaction class

Constructors

Transaction(int frameType_, String srcAddr_, String destAddr_, int transactrionId_, int sessionId_, int offset_, int totalSize_, Uint8List data_)
Transaction.fromBinary(Uint8List frame, int offset, int size)
factory

Properties

complete bool
getter/setter pair
data Uint8List
getter/setter pair
destAddress String
getter/setter pair
dtBegin DateTime
getter/setter pair
error String
getter/setter pair
frameType int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
offset int
getter/setter pair
receivedDataLen int
getter/setter pair
response Uint8List
getter/setter pair
result Uint8List
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionId int
getter/setter pair
srcAddress String
getter/setter pair
srcRouterAddr String
getter/setter pair
srcUdpAddr UdpAddress?
getter/setter pair
totalSize int
getter/setter pair
transactionId int
getter/setter pair

Methods

int32bytes(int value) Uint8List
int64bytes(int value) Uint8List
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize() List<int>
toString() String
A string representation of this object.
inherited

Operators

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