mavlink v0.7.0 APM.Message.DeviceOpRead View Source

Link to this section Summary

Types

t()

Read registers for a device.

Link to this section Types

Link to this type

t() View Source
t() :: %APM.Message.DeviceOpRead{
  address: MAVLink.Types.uint8_t(),
  bus: MAVLink.Types.uint8_t(),
  busname: [char()],
  bustype: APM.Types.device_op_bustype(),
  count: MAVLink.Types.uint8_t(),
  regstart: MAVLink.Types.uint8_t(),
  request_id: MAVLink.Types.uint32_t(),
  target_component: MAVLink.Types.uint8_t(),
  target_system: MAVLink.Types.uint8_t()
}

Read registers for a device.