UamTxStatus class abstract

UamTxStatus class

This message shall be used by acoustic modem drivers to send updates on the transmission status of data frames.

Inheritance
Implemented types

Constructors

UamTxStatus([void updates(UamTxStatusBuilder b)?])
factory

Properties

abbrev String
no setteroverride
dst int
no setterinherited
dstEnt int
no setterinherited
error String
Where applicable this field shall contain a human-readable message explaining the error.
no setter
hashCode int
The hash code for this object.
no setterinherited
msgId int
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seq int
The sequence identifier of the frame transmission request.
no setter
src int
no setterinherited
srcEnt int
no setterinherited
sync int
no setterinherited
timestamp DateTime?
no setterinherited
value UamTxStatusEnumValue
Frame transmission status.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(UamTxStatusBuilder)) UamTxStatus
Rebuilds the instance.
inherited
toBuilder() UamTxStatusBuilder
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