OpenDroneIdOperatorId class

Data for filling the OpenDroneID Operator ID message, which contains the CAA (Civil Aviation Authority) issued operator ID.

OPEN_DRONE_ID_OPERATOR_ID

Implemented types

Constructors

OpenDroneIdOperatorId({required uint8_t targetSystem, required uint8_t targetComponent, required List<int8_t> idOrMac, required MavOdidOperatorIdType operatorIdType, required List<char> operatorId})
OpenDroneIdOperatorId.parse(ByteData data_)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
idOrMac List<int8_t>
Only used for drone ID data received from other UAs. See detailed description at https://mavlink.io/en/services/opendroneid.html.
final
mavlinkCrcExtra int
no setteroverride
mavlinkMessageId int
no setteroverride
operatorId List<char>
Text description or numeric value expressed as ASCII characters. Shall be filled with nulls in the unused portion of the field.
final
operatorIdType MavOdidOperatorIdType
Indicates the type of the operator_id field.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetComponent uint8_t
Component ID (0 for broadcast).
final
targetSystem uint8_t
System ID (0 for broadcast).
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