pub type FileTransferProtocol = FileTransferProtocol;Expand description
Originally defined in common::messages::file_transfer_protocol.
Aliased Type§
struct FileTransferProtocol {
pub target_network: u8,
pub target_system: u8,
pub target_component: u8,
pub payload: [u8; 251],
}Fields§
§target_network: u8MAVLink field target_network.
Network ID (0 for broadcast)
target_system: u8MAVLink field target_system.
System ID (0 for broadcast)
target_component: u8MAVLink field target_component.
Component ID (0 for broadcast)
payload: [u8; 251]MAVLink field payload.
Variable length payload. The length is defined by the remaining message length when subtracting the header and other fields. The content/format of this block is defined in https://mavlink.io/en/services/ftp.html.