AcousticOperationEnumOp class

Operation type.

Inheritance

Constructors

AcousticOperationEnumOp(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<AcousticOperationEnumOp, String>
no setter
values List<AcousticOperationEnumOp>
no setter

Constants

aopAbort → const AcousticOperationEnumOp
Send an abort through the acoustic channel to the system specified in the field 'system'.
aopAbortAcked → const AcousticOperationEnumOp
The latest abort operation was acknowledged by the system specified in the field 'system'.
aopAbortIp → const AcousticOperationEnumOp
The latest abort request to the system specified in the field 'system' is in progress.
aopAbortTimeout → const AcousticOperationEnumOp
The latest abort operation expired without acknowledgment from the system specified in the field 'system'.
aopBusy → const AcousticOperationEnumOp
The acoustic modem is busy and cannot execute the requested operation.
aopForcedAbort → const AcousticOperationEnumOp
Send an abort through the acoustic channel to the system specified in the field 'system', ignoring safety checks such as "transducer not connected".
aopMsg → const AcousticOperationEnumOp
Request message over acoustic channel. The message to send is specified by the 'msg' field.
aopMsgDone → const AcousticOperationEnumOp
Message send request has been fulfilled.
aopMsgFailure → const AcousticOperationEnumOp
Message send request could not be fulfilled.
aopMsgIp → const AcousticOperationEnumOp
Message send request is in progress.
aopMsgQueued → const AcousticOperationEnumOp
Message send request has been queued.
aopMsgShort → const AcousticOperationEnumOp
Request message over acoustic channel. The message to send is specified by the 'msg' field.
aopNoTxd → const AcousticOperationEnumOp
The transducer was not detected.
aopRange → const AcousticOperationEnumOp
Request a range through the acoustic channel to the system specified in the field 'system'.
aopRangeIp → const AcousticOperationEnumOp
The latest range request to the system specified in the field 'system' is in progress.
aopRangeRecved → const AcousticOperationEnumOp
The latest range request operation to the system specified in the field 'system' was successful and the range is specified in the field 'range'.
aopRangeTimeout → const AcousticOperationEnumOp
The latest range request operation expired without reply from the system specified in the field 'system'.
aopReverseRange → const AcousticOperationEnumOp
Request sending updated position to remote system so it can be ranged.
aopUnsupported → const AcousticOperationEnumOp
The latest requested operation is not supported.