build_aprs_message_packet

Function build_aprs_message_packet 

Source
pub fn build_aprs_message_packet(
    source: &Ax25Address,
    addressee: &str,
    text: &str,
    message_id: Option<&str>,
    path: &[Ax25Address],
) -> Ax25Packet
Expand description

Like build_aprs_message but returns the unencoded [Ax25Packet].