DD_CONFIG_BLOCK_HEAD¶
结构体定义¶
1 2 3 4 5 6 | |
1 2 3 4 5 6 7 | |
功能描述¶
配置块头信息。
成员说明¶
| 成员 | 类型 | 备注 |
|---|---|---|
| biSize | unsigned int | 本结构体长度。 |
| ItemNum | unsigned int | 元素数目。 |
| netcfgver | unsigned int | 当前定义的版本号,设备端固定传输DD_CONFIG_VERSION,客户端根据需要动态判断。 |
1 2 3 4 5 6 | |
1 2 3 4 5 6 7 | |
配置块头信息。
| 成员 | 类型 | 备注 |
|---|---|---|
| biSize | unsigned int | 本结构体长度。 |
| ItemNum | unsigned int | 元素数目。 |
| netcfgver | unsigned int | 当前定义的版本号,设备端固定传输DD_CONFIG_VERSION,客户端根据需要动态判断。 |