UamTxStatusEnumValue class

Frame transmission status.

Inheritance

Constructors

UamTxStatusEnumValue(int value)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toPrettyString() String
Output this as a pretty string. Override for propper text.
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

names Map<UamTxStatusEnumValue, String>
no setter
values List<UamTxStatusEnumValue>
no setter

Constants

utsBusy → const UamTxStatusEnumValue
The acoustic modem driver is busy and could not honor the frame transmission request at the moment.
utsCanceled → const UamTxStatusEnumValue
The frame transmission was canceled.
utsDelivered → const UamTxStatusEnumValue
Message has been acknowledged by the destination.
utsDone → const UamTxStatusEnumValue
The frame transmission was completed.
utsFailed → const UamTxStatusEnumValue
The frame transmission failed. The reason for the failure is given in the field 'error'.
utsInvAddr → const UamTxStatusEnumValue
The canonical name of the destination node could not be resolved.
utsInvSize → const UamTxStatusEnumValue
The frame transmission request exceeds the MTU of the acoustic modem.
utsIp → const UamTxStatusEnumValue
The frame transmission is in progress.
utsSent → const UamTxStatusEnumValue
The message has been sent out.
utsUnsupported → const UamTxStatusEnumValue
The frame transmission request is not valid for this acoustic modem driver.