TransmissionRequest class abstract

Transmission Request class

Request data to be sent over a specified communication mean.

Inheritance
Implemented types

Constructors

TransmissionRequest([void updates(TransmissionRequestBuilder b)?])
factory

Properties

abbrev String
no setteroverride
commMean TransmissionRequestEnumCommMean
Communication mean to be used to transfer these data.
no setter
dataMode TransmissionRequestEnumDataMode
Type of data to be transmitted. Abort and Range mode can only be used with comm_mean=ACOUSTIC
no setter
deadline double
Deadline for message transmission (seconds since epoch).
no setter
destination String
The name of the system where to send this message.
no setter
dst int
no setterinherited
dstEnt int
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
msgData ImcMessage?
Data to be transmitted if selected data_mode is INLINEMSG.
no setter
msgId int
no setteroverride
range double
The meaning of this field depends on the operation and is explained in the operation's description.
no setter
rawData List<int>
Data to be transmitted if selected data_mode is RAW.
no setter
reqId int
The unique identifier for this request.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
src int
no setterinherited
srcEnt int
no setterinherited
sync int
no setterinherited
timestamp DateTime?
no setterinherited
txtData String
Data to be transmitted if selected data_mode is TEXT.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(TransmissionRequestBuilder)) TransmissionRequest
Rebuilds the instance.
inherited
toBuilder() TransmissionRequestBuilder
Converts the instance to a builder B.
inherited
toJson([bool includeHeader = true]) Map<String, dynamic>
To JSON object
override
toString() String
A string representation of this object.
inherited

Operators

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

Constants

staticId → const int