Function mavlink::write_v2_msg_signed
source ยท pub fn write_v2_msg_signed<M, W>(
w: &mut W,
header: MavHeader,
data: &M,
signing_data: Option<&SigningData>,
) -> Result<usize, MessageWriteError>
Available on crate feature
signing
only.Expand description
Write a MAVLink v2 message to a Write stream with signing support.