SerialUdbExtraF16 class

Backwards compatible version of SERIAL_UDB_EXTRA F16 format

SERIAL_UDB_EXTRA_F16

Implemented types

Constructors

SerialUdbExtraF16({required List<int8_t> sueIdLeadPilot, required List<int8_t> sueIdDiyDronesUrl})
SerialUdbExtraF16.parse(ByteData data_)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
mavlinkCrcExtra int
no setteroverride
mavlinkMessageId int
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sueIdDiyDronesUrl List<int8_t>
Serial UDB Extra URL of Lead Pilot or Team
final
sueIdLeadPilot List<int8_t>
Serial UDB Extra Name of Expected Lead Pilot
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