libximc  2.14.22
Data Fields
network_settings_t Struct Reference

Network settings. More...

Data Fields

unsigned int DHCPEnabled
 Indicates the 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]
 The 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.

Detailed Description

Network settings.

Manufacturer only. This structure contains network settings.

See Also
get_network_settings
set_network_settings
get_network_settings, set_network_settings

Field Documentation

unsigned int DefaultGateway[4]

Default value of the gateway in format x.x.x.x.

unsigned int DHCPEnabled

Indicates the method to get the IP-address.

It can be either 0 (static) or 1 (DHCP).

unsigned int IPv4Address[4]

IP-address of the device in format x.x.x.x.

unsigned int SubnetMask[4]

The mask of the subnet in format x.x.x.x.