libximc 3.0.3
network_settings_t Struct Reference

Network settings. More...

#include <ximc.h>

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

◆ DefaultGateway

unsigned int DefaultGateway[4]

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

◆ DHCPEnabled

unsigned int DHCPEnabled

Indicates the method to get the IP-address.

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

◆ IPv4Address

unsigned int IPv4Address[4]

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

◆ SubnetMask

unsigned int SubnetMask[4]

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