Converts an array of bytes to 32-bit 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_ByteArrayToINT32(
const unsigned char * aBytes,
int RegisterOffset,
int NumINT32,
int * aINT32)
LJM errorcode or 0 for no error.
See also: LJM_INT32ToByteArray