mavlink v0.6.0 APM.Message.SetupSigning View Source

Link to this section Summary

Types

t()

Setup a MAVLink2 signing key. If called with secret_key of all zero and zero initial_timestamp will disable signing

Link to this section Types

Link to this type

t() View Source
t() :: %APM.Message.SetupSigning{
  initial_timestamp: MAVLink.Types.uint64_t(),
  secret_key: [MAVLink.Types.uint8_t()],
  target_component: MAVLink.Types.uint8_t(),
  target_system: MAVLink.Types.uint8_t()
}

Setup a MAVLink2 signing key. If called with secret_key of all zero and zero initial_timestamp will disable signing