| getnsdhcpparamsResult Structure Definition |
The getnsdhcpparamsResult structure defines the return type for getnsdhcpparams API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
nsdhcpparamsList |
List of nsdhcpparamss |
| nsdhcpparams Structure Definition |
The nsdhcpparams structure defines the actual return type values for getnsdhcpparams API. |
Syntax |
Members |
dhcpclient |
ON, if DHCP client active on next reboot, else OFF |
ipaddress |
DHCP acquired IP |
netmask |
DHCP acquired Netmask |
hostrtgw |
DHCP acquired Gateway |
saveroute |
DHCP acquired gateway save flag |
_nextgenapiresource |
See Also |