Function parsing_utilities::parseUInt32(const uint8_t *)

Function Documentation

uint32_t parsing_utilities::parseUInt32(const uint8_t *buffer)

Converts a 4-byte-buffer into an unsigned 32-bit integer.

Parameters:

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

Returns:

The uint32_t value extracted from the data in the buffer