DD_DDNS_CONFIG
Structure Definition
Function Description
DDNS configuration structure.
Member Description
| Member | Type | Remark |
| iSize | unsigned int | The length of this structure. |
| enable | unsigned short | Whether to enable DDNS. |
| interval | unsigned short | Report update cycle. |
| useDDNSServer | unsigned int | The type or address of the DDNS server used. |
| userHostDomain | unsigned int | Whether it is the server host domain name. |
| userName | char[DD_MAX_DDNS_ACCOUNT_BUF_LEN] | DDNS account. |
| password | char[DD_MAX_PASSWORD_BUF_LEN] | DDNS password. |
| hostDomain | char[DD_MAX_URL_BUF_LEN] | Server host domain name (corresponding to a certain protocol, you can specify the server). |