ChangeOperatorControlAck class

Accept / deny control of this MAV

CHANGE_OPERATOR_CONTROL_ACK

Implemented types

Constructors

ChangeOperatorControlAck({required uint8_t gcsSystemId, required uint8_t controlRequest, required uint8_t ack})
ChangeOperatorControlAck.parse(ByteData data_)
factory

Properties

ack uint8_t
0: ACK, 1: NACK: Wrong passkey, 2: NACK: Unsupported passkey encryption method, 3: NACK: Already under control
final
controlRequest uint8_t
0: request control of this MAV, 1: Release control of this MAV
final
gcsSystemId uint8_t
ID of the GCS this message
final
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

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