|
static short | bytesToInt16 (unsigned char byteDatas[]) |
|
static unsigned short | bytesToUint16 (unsigned char byteDatas[]) |
|
static long | bytesToInt32 (unsigned char byteDatas[]) |
|
static unsigned long | bytesToUint32 (unsigned char byteDatas[]) |
|
static void | int16ToBytes (short shortData, unsigned char byteDatas[]) |
|
static void | uint16ToBytes (unsigned short wordData, unsigned char byteDatas[]) |
|
static void | int32ToBytes (long longData, unsigned char byteDatas[]) |
|
static void | uint32ToBytes (unsigned long dwordData, unsigned char byteDatas[]) |
|