Skip to main content

decode_i32

Function decode_i32 

Source
pub fn decode_i32(data: &[u8]) -> Result<i32, DriverError>
Expand description

Decode a 32-bit integer from binary format (4 bytes, big-endian).