View Source APM.Message.ButtonChange (xmavlink_util v0.1.0)

Link to this section Summary

Types

t()

Report button state change.

Link to this section Types

@type t() :: %APM.Message.ButtonChange{
  last_change_ms: MAVLink.Types.uint32_t(),
  state: MAVLink.Types.uint8_t(),
  time_boot_ms: MAVLink.Types.uint32_t()
}

Report button state change.