Skip to main content

read_u16_le

Function read_u16_le 

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

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