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

aop_abort → const AcousticOperationEnumOp
Send an abort through the acoustic channel to the system specified in the field 'system'.
aop_abort_acked → const AcousticOperationEnumOp
The latest abort operation was acknowledged by the system specified in the field 'system'.
aop_abort_ip → const AcousticOperationEnumOp
The latest abort request to the system specified in the field 'system' is in progress.
aop_abort_timeout → const AcousticOperationEnumOp
The latest abort operation expired without acknowledgment from the system specified in the field 'system'.
aop_busy → const AcousticOperationEnumOp
The acoustic modem is busy and cannot execute the requested operation.
aop_msg → const AcousticOperationEnumOp
Request message over acoustic channel. The message to send is specified by the 'msg' field.
aop_msg_done → const AcousticOperationEnumOp
Message send request has been fulfilled.
aop_msg_failure → const AcousticOperationEnumOp
Message send request could not be fulfilled.
aop_msg_ip → const AcousticOperationEnumOp
Message send request is in progress.
aop_msg_queued → const AcousticOperationEnumOp
Message send request has been queued.
aop_msg_short → const AcousticOperationEnumOp
Request message over acoustic channel. The message to send is specified by the 'msg' field.
aop_no_txd → const AcousticOperationEnumOp
The transducer was not detected.
aop_range → const AcousticOperationEnumOp
Request a range through the acoustic channel to the system specified in the field 'system'.
aop_range_ip → const AcousticOperationEnumOp
The latest range request to the system specified in the field 'system' is in progress.
aop_range_recved → 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'.
aop_range_timeout → const AcousticOperationEnumOp
The latest range request operation expired without reply from the system specified in the field 'system'.
aop_reverse_range → const AcousticOperationEnumOp
Request sending updated position to remote system so it can be ranged.
aop_unsupported → const AcousticOperationEnumOp
The latest requested operation is not supported.