C# Class Microsoft.Networking.Mavlink.MAVLink.mavlink_change_operator_control_t

Afficher le fichier Open project: Dronacharya-Org/Dronacharya

Méthodes publiques

Свойство Type Description
control_request byte
target_system byte
version byte

Property Details

control_request public_oe property

0: request control of this MAV, 1: Release control of this MAV
public byte control_request
Résultat byte

target_system public_oe property

System the GCS requests control for
public byte target_system
Résultat byte

version public_oe property

0: key as plaintext, 1-255: future, different hashing/encryption variants. The GCS should in general use the safest mode possible initially and then gradually move down the encryption level if it gets a NACK message indicating an encryption mismatch.
public byte version
Résultat byte