Common.Message.ResourceRequest (xmavlink v0.5.0)

View Source

Summary

Types

t()

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

Types

t()

@type t() :: %Common.Message.ResourceRequest{
  request_id: XMAVLink.Types.uint8_t(),
  storage: [XMAVLink.Types.uint8_t()],
  transfer_type: XMAVLink.Types.uint8_t(),
  uri: [XMAVLink.Types.uint8_t()],
  uri_type: XMAVLink.Types.uint8_t()
}

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