mavlink v0.7.0 APM.Message.ResourceRequest View Source

Link to this section Summary

Types

t()

The autopilot is requesting a resource (file, binary, other type of data)

Link to this section Types

Link to this type

t() View Source
t() :: %APM.Message.ResourceRequest{
  request_id: MAVLink.Types.uint8_t(),
  storage: [MAVLink.Types.uint8_t()],
  transfer_type: MAVLink.Types.uint8_t(),
  uri: [MAVLink.Types.uint8_t()],
  uri_type: MAVLink.Types.uint8_t()
}

The autopilot is requesting a resource (file, binary, other type of data)