In the command phase, the client sends a command packet with the sequence-id [00]:
13 00 00 00 03 53 ...
01 00 00 00 01
^^- command-byte
^^---- sequence-id == 0
The first byte of the payload describes the command-type like:
Hex |
Constant Name |
---|---|
00 |
|
01 |
|
02 |
|
03 |
|
04 |
|
05 |
|
06 |
|
07 |
|
08 |
|
09 |
|
0a |
|
0b |
|
0c |
|
0d |
|
0e |
|
0f |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
1a |
|
1b |
|
1c |
|
1d |
|
1e |
|
1f |
The commands belong to: