DD_DDNS_SERVER_INFO¶
Structure Definition¶
1 2 3 4 5 6 7 | |
1 2 3 4 5 6 7 8 9 10 | |
Function Description¶
DDNS server information structure.
Member Description¶
| Member | Type | Remark |
|---|---|---|
| DDNSID | unsigned char | The corresponding server name is valid only when the server ID is greater than 0. |
| supportproperty | unsigned char | MASK of supported properties except username and password, NCFG_ENUM_DDNS_SUPPORT_PROPERTY. |
| noused | unsigned char[2] | The DDNS server is not enabled. |
| DDNSServerName | char[64] | The address of the DDNS server. |