NVRChlInfoStruct¶
Structure Definition¶
1 2 3 4 5 6 7 8 9 | |
1 2 3 4 5 6 7 8 9 10 11 12 | |
Function Description¶
NVR channel information structure.
Member Description¶
| Member | Type | Remark |
|---|---|---|
| softwareVersion | int | Software version. |
| productType | int | Product model. |
| deviceType | int | Device type. |
| supportSoftEncrypt | int | Whether to support software encryption, 1: support; 0: do not support. |
| detailedSoftwareVersion | char[64] | Detailed software version. |
| mac | char[32] | MAC address. |