core_pb::messages::robot_tcp

Function write_tcp

Source
pub fn write_tcp<'a, T: Serialize>(
    seq: &mut u32,
    msg: impl Into<BytesOrT<'a, T>>,
    buf: &mut [u8],
) -> Result<usize, TcpError>