DD_NETWORK_IP_CONFIG
Structure Definition
Function Description
Network IP configuration structure.
Member Description
| Member | Type | Remark |
| iSize | unsigned int | The length of this structure. |
| useDHCP | unsigned int | Whether to use dynamic network addresses. |
| IP | unsigned int | Network address. |
| subnetMask | unsigned int | Subnet mask. |
| gateway | unsigned int | Gateway. |
| preferredDNS | unsigned int | The primary network domain name server address. |
| alternateDNS | unsigned int | From the network domain name server address. |
| usePPPoE | unsigned int | Whether to use PPPoE. |
| account | char[DD_MAX_PPPOE_ACCOUNT_BUF_LEN] | PPPoE account. |
| password | char[DD_MAX_PASSWORD_BUF_LEN] | The PPPoE password. |