Template Function colab::getIntegerFromBuffer

Function Documentation

template<typename T>
T colab::getIntegerFromBuffer(UINT8 *buffer, UINT16 &pos)

Accepts all integer types (any bit width and sign).

Returns the requested intValue. pos points then to the first byte of the next data field.