View Source Common.Message.OpenDroneIdMessagePack (xmavlink_util v0.3.0)
Link to this section Summary
Types
An OpenDroneID message pack is a container for multiple encoded OpenDroneID messages (i.e. not in the format given for the above message descriptions but after encoding into the compressed OpenDroneID byte format). Used e.g. when transmitting on Bluetooth 5.0 Long Range/Extended Advertising or on WiFi Neighbor Aware Networking or on WiFi Beacon.
Link to this section Types
@type t() :: %Common.Message.OpenDroneIdMessagePack{ id_or_mac: [XMAVLink.Types.uint8_t()], messages: [XMAVLink.Types.uint8_t()], msg_pack_size: XMAVLink.Types.uint8_t(), single_message_size: XMAVLink.Types.uint8_t(), target_component: XMAVLink.Types.uint8_t(), target_system: XMAVLink.Types.uint8_t() }
An OpenDroneID message pack is a container for multiple encoded OpenDroneID messages (i.e. not in the format given for the above message descriptions but after encoding into the compressed OpenDroneID byte format). Used e.g. when transmitting on Bluetooth 5.0 Long Range/Extended Advertising or on WiFi Neighbor Aware Networking or on WiFi Beacon.