AcousticLink class abstract

Acoustic Link Quality class

This message is used to report the perceived link quality to other acoustic peers.

Inheritance
Implemented types

Constructors

factory

Properties

abbrev String
no setteroverride
dst int
no setterinherited
dstEnt int
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
integrity int
Signal Integrity value illustrates distortion of the last received acoustic signal. It is calculated based on cross-correlation measurements. Higher Signal Integrity Level values correspond to less distorted signals. An acoustic link is considered weak if the Signal Integrity Level value is less than 100.
no setter
msgId int
no setteroverride
peer String
The name of the peer on the other side of this link.
no setter
rssi double
RSSI is a signed floating point number. Higher RSSI values correspond to stronger signals. The signal strength is acceptable when measured RSSI values lie between -20 dB and -85 dB.
no setter
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
timestamp DateTime?
no setterinherited

Methods

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