libximc
2.14.17
|
Network settings. More...
Data Fields | |
unsigned int | DHCPEnabled |
Indicates method to get the IP-address. | |
unsigned int | IPv4Address [4] |
IP-address of the device in format x.x.x.x. | |
unsigned int | SubnetMask [4] |
Mask of the subnet in format x.x.x.x. | |
unsigned int | DefaultGateway [4] |
Default value of the gateway in format x.x.x.x. |
Network settings.
This structure contains network settings.
unsigned int DefaultGateway[4] |
Default value of the gateway in format x.x.x.x.
The value must be specified as four numbers separated by spaces, not dots
unsigned int DHCPEnabled |
Indicates method to get the IP-address.
It can be: 0 — static, 1 — DHCP
unsigned int IPv4Address[4] |
IP-address of the device in format x.x.x.x.
It must be specified as four numbers separated by spaces, not dots
unsigned int SubnetMask[4] |
Mask of the subnet in format x.x.x.x.
The value must be specified as four numbers separated by spaces, not dots