切换配置模板 |
Request Data Structure |
Bytes |
Name |
说明 |
0 ~ 1 |
reserved |
保留字段 |
||
2 ~ 3 |
opcode |
命令字(opcode = 0x12) |
||
4 ~ 7 |
offset |
数据区偏移(offset = 0) |
||
8 ~ 11 |
length |
数据区长度(length = 0) |
||
12 |
set_cfg_index |
切换的模板下标 |
||
13 ~ 16 |
CRC32 |
CRC校验码(从第一个字节到数据的最后一个字节,即只不含CRC32本身) |
||
Response Data Structure |
Bytes |
Name |
说明 |
|
0 ~ 1 |
error_code |
错误码(error_code = 0) |
||
2 ~ 3 |
opcode |
命令字(opcode = 0x12) |
||
4 ~ 7 |
total_length |
数据区总长度(total_length = 0) |
||
8 ~ 11 |
length |
数据区长度(length = 0) |
||
无 |
data |
数据区(数据区长度为0) |
||
12 ~ 15 |
CRC32 |
CRC校验码(从第一个字节到数据的最后一个字节,即只不含CRC32本身) |