passkey property

List<char> passkey
final

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 "!?,.-"

MAVLink type: char25

passkey

Implementation

final List<char> passkey;