Function sick::read_write_helper::readUint8LittleEndian

Function Documentation

inline uint8_t sick::read_write_helper::readUint8LittleEndian(std::vector<uint8_t>::const_iterator it)

Read an unsigned 8-bit integer at offset in big little encoding.

Parameters
  • buf – Buffer to read from.

  • offset – Position of integer.

Returns

The value of the read integer.