UamRxFrame class abstract

UamRxFrame class

This message shall be dispatched by acoustic modem drivers each time a data frame is received over the acoustic channel.

Inheritance
Implemented types

Constructors

UamRxFrame([void updates(UamRxFrameBuilder b)?])
factory

Properties

abbrev String
no setteroverride
data List<int>
The actual received data frame.
no setter
dst int
no setterinherited
dstEnt int
no setterinherited
flags UamRxFrameBitfieldFlags
Reception flags.
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
src int
no setterinherited
srcEnt int
no setterinherited
sync int
no setterinherited
sysDst String
The canonical name of the destination node of the data frame. If this name cannot be resolved the string 'unknown' shall be used.
no setter
sysSrc String
The canonical name of the node that transmitted the data frame. If this name cannot be resolved the string 'unknown' shall be used.
no setter
timestamp DateTime?
no setterinherited

Methods

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