Function parsing_utilities::parseInt32(const uint8_t *)

Function Documentation

int32_t parsing_utilities::parseInt32(const uint8_t *buffer)

Converts a 4-byte-buffer into a signed 32-bit integer.

Parameters:

buffer[in] A pointer to a buffer containing 4 bytes of data

Returns:

The int32_t value extracted from the data in the buffer