32
/
33
Appendix II Data Structure
No
Parameter
Description
Example
0
Unsigned 16bit AB
unsigned 16bit integer
(2 byte), low byte first
Example: 01 03 02 11 22 0D 34
Note
:
HEX 2211
DEC 8721
1
Unsigned 16bit BA
unsigned 16bit integer
(2 byte), high byte first
Example: 01 03 02 11 22 0D 34
Note: HEX 1122
DEC 4386
2
Signed 16bit AB
Signed 16bit integer
(2 byte), low byte first
Example: 01 03 02 11 22 0D 34
Note: HEX 2211
DEC 8721
3
Signed 16bit BA
Signed 16bit integer
(2 byte), high byte first
Example: 01 03 02 11 22 0D 34
Note: HEX 1122
DEC 4386
4
Unsigned 32bit ABCD
Unsigned 32bit integer
(4 byte)
Example: 01 03 02 11 22 33 44 C6 C3
Note: HEX 44332211
DEC 1144201745
5
Unsigned 32bit BADC
Unsigned 32bit integer
(4 byte
)
Example: 01 03 02 11 22 33 44 C6 C3
Note: HEX 33441122
DEC 860098850
6
Unsigned 32bit CDAB
Unsigned 32bit integer
(4 byte)
Example: 01 03 02 11 22 33 44 C6 C3
Note: HEX 22114433
DEC 571556915
7
Unsigned 32bit DCBA
Unsigned 32bit integer
(4 byte)
Example: 01 03 02 11 22 33 44 C6 C3
Note: HEX 11223344
DEC 287454020
8
Signed 32bit ABCD
Unsigned 32bit integer
(4 byte)
Example: 01 03 02 11 22 33 44 C6 C3
Note: HEX 44332211
DEC 1144201745
9
Signed 32bit BADC
Signed 32bit integer
(4 byte)
Example: 01 03 02 11 22 33 44 C6 C3
Note: HEX 33441122
DEC 860098850
10
Signed 32bit CDAB
Signed 32bit integer
(4 byte)
Example: 01 03 02 11 22 33 44 C6 C3
Note: HEX 22114433
DEC 571556915
11
Signed 32bit DCBA
Signed 32bit integer
(4 byte)
Example: 01 03 02 11 22 33 44 C6 C3
Note: HEX 11223344
DEC 287454020