SerialUdbExtraF15 class

Backwards compatible version of SERIAL_UDB_EXTRA F15 format

SERIAL_UDB_EXTRA_F15

Implemented types

Constructors

SerialUdbExtraF15({required List<int8_t> sueIdVehicleModelName, required List<int8_t> sueIdVehicleRegistration})
SerialUdbExtraF15.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
sueIdVehicleModelName List<int8_t>
Serial UDB Extra Model Name Of Vehicle
final
sueIdVehicleRegistration List<int8_t>
Serial UDB Extra Registraton Number of Vehicle
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