name property

List<char> name
final

Textual storage name to be used in UI (microSD 1, Internal Memory, etc.) This is a NULL terminated string. If it is exactly 32 characters long, add a terminating NULL. If this string is empty, the generic type is shown to the user.

MAVLink type: char32

Extensions field for MAVLink 2.

name

Implementation

final List<char> name;