Enum MavlinkFieldType
The field types a message definition uses.
public enum MavlinkFieldType : uint
Fields
Char = 3char; an array of these carries text.Double = 11double.Float = 10float.Int16 = 5int16_t.Int32 = 7int32_t.Int64 = 9int64_t.Int8 = 2int8_t.UInt16 = 4uint16_t.UInt32 = 6uint32_t.UInt64 = 8uint64_t.UInt8 = 1uint8_t.