Skip to main content

read_u32_le

Function read_u32_le 

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

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