Radio class

Status generated by radio.

RADIO

Implemented types

Constructors

Radio({required uint16_t rxerrors, required uint16_t fixed, required uint8_t rssi, required uint8_t remrssi, required uint8_t txbuf, required uint8_t noise, required uint8_t remnoise})
Radio.parse(ByteData data_)
factory

Properties

fixed uint16_t
Count of error corrected packets.
final
hashCode int
The hash code for this object.
no setterinherited
mavlinkCrcExtra int
no setteroverride
mavlinkMessageId int
no setteroverride
noise uint8_t
Background noise level.
final
remnoise uint8_t
Remote background noise level.
final
remrssi uint8_t
Remote signal strength.
final
rssi uint8_t
Local signal strength.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
rxerrors uint16_t
Receive errors.
final
txbuf uint8_t
How full the tx buffer is.
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