Function rustbus::wire::marshal::marshal [−][src]
pub fn marshal(
msg: &MarshalledMessage,
chosen_serial: u32,
buf: &mut Vec<u8>
) -> Result<()>
This only prepares the header and dynheader fields. To send a message you still need the original message and use get_buf() to get to the contents