Converts an array of bytes to 16-bit unsigned integer values, performing automatic endian conversions if necessary.
This function is not needed except for applications performing raw byte manipulation, as with the Raw Byte functions.
LJM_ERROR_RETURN LJM_ByteArrayToUINT16(
const unsigned char * aBytes,
int RegisterOffset,
int NumUINT16,
unsigned int * aUINT16)
LJM errorcode or 0 for no error.
See also: LJM_UINT16ToByteArray