libximc  2.14.13
Data Fields
network_settings_t Struct Reference

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.
 

Detailed Description

Network settings.

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.

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