Skip to main content

read_u8_le

Function read_u8_le 

Source
pub fn read_u8_le(buf: &[u8], pos: usize) -> Result<u8, ProtoError>
Expand description

Read a little-endian value from the buffer at pos.