pub fn decode_udp<'a>(msg: &'a [u8]) -> Result<(&'a [u8], OscPacket), OscError>
Expand description

Takes a bytes slice representing a UDP packet and returns the OSC packet as well as a slice of any bytes remaining after the OSC packet.