SatcomLinkStatus class

Status of the SatCom link

SATCOM_LINK_STATUS

Implemented types

Constructors

SatcomLinkStatus({required uint64_t timestamp, required uint64_t lastHeartbeat, required uint16_t failedSessions, required uint16_t successfulSessions, required uint8_t signalQuality, required uint8_t ringPending, required uint8_t txSessionPending, required uint8_t rxSessionPending})
SatcomLinkStatus.parse(ByteData data_)
factory

Properties

failedSessions uint16_t
Number of failed sessions
final
hashCode int
The hash code for this object.
no setterinherited
lastHeartbeat uint64_t
Timestamp of the last successful sbd session
final
mavlinkCrcExtra int
no setteroverride
mavlinkMessageId int
no setteroverride
ringPending uint8_t
Ring call pending
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
rxSessionPending uint8_t
Receiving session pending
final
signalQuality uint8_t
Signal quality
final
successfulSessions uint16_t
Number of successful sessions
final
timestamp uint64_t
Timestamp
final
txSessionPending uint8_t
Transmission session pending
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize() ByteData
override
toString() String
A string representation of this object.
inherited

Operators

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

Constants

mavlinkEncodedLength → const int