Skip to main content

decode_bytes

Function decode_bytes 

Source
pub fn decode_bytes<'b>(
    p: &PointDesc<'_>,
    regs: &[u16],
    out: &'b mut [u8],
) -> Result<&'b [u8], DecodeError>
Expand description

Decode a BYTES_RAW point into a caller-provided buffer.