NinjaFlight
|
#include <mavlink_msg_change_operator_control.h>
Data Fields | |
uint8_t | target_system |
System the GCS requests control for. More... | |
uint8_t | control_request |
0: request control of this MAV, 1: Release control of this MAV More... | |
uint8_t | version |
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. More... | |
char | passkey [25] |
Password / Key, depending on version plaintext or encrypted. 25 or less characters, NULL terminated. The characters may involve A-Z, a-z, 0-9, and "!?,.-". More... | |
uint8_t __mavlink_change_operator_control_t::control_request |
0: request control of this MAV, 1: Release control of this MAV
char __mavlink_change_operator_control_t::passkey[25] |
Password / Key, depending on version plaintext or encrypted. 25 or less characters, NULL terminated. The characters may involve A-Z, a-z, 0-9, and "!?,.-".
uint8_t __mavlink_change_operator_control_t::target_system |
System the GCS requests control for.
uint8_t __mavlink_change_operator_control_t::version |
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.