View Source APM.Message.MemoryVect (xmavlink_util v0.1.0)
Link to this section Summary
Link to this section Types
@type t() :: %APM.Message.MemoryVect{ address: MAVLink.Types.uint16_t(), type: MAVLink.Types.uint8_t(), value: [MAVLink.Types.int8_t()], ver: MAVLink.Types.uint8_t() }
Send raw controller memory. The use of this message is discouraged for normal packets, but a quite efficient way for testing new messages and getting experimental debug output.