GsmLinkStatus class

Status of GSM modem (connected to onboard computer)

GSM_LINK_STATUS

Implemented types

Constructors

GsmLinkStatus({required uint64_t timestamp, required GsmModemType gsmModemType, required GsmLinkType gsmLinkType, required uint8_t rssi, required uint8_t rsrpRscp, required uint8_t sinrEcio, required uint8_t rsrq})
GsmLinkStatus.parse(ByteData data_)
factory

Properties

gsmLinkType GsmLinkType
GSM link type
final
gsmModemType GsmModemType
GSM modem used
final
hashCode int
The hash code for this object.
no setterinherited
mavlinkCrcExtra int
no setteroverride
mavlinkMessageId int
no setteroverride
rsrpRscp uint8_t
RSRP (LTE) or RSCP (WCDMA) as reported by modem (unconverted)
final
rsrq uint8_t
RSRQ (LTE only) as reported by modem (unconverted)
final
rssi uint8_t
RSSI as reported by modem (unconverted)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sinrEcio uint8_t
SINR (LTE) or ECIO (WCDMA) as reported by modem (unconverted)
final
timestamp uint64_t
Timestamp (of OBC)
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