qwf_net_IpConfigMethod_e
IP configuration methods for network interfaces
Synopsis:
#include <qwf/qwf_net.h>typedef enum {
NET_IP_CONFIG_OFF = 0,
NET_IP_CONFIG_MANUAL = 1,
NET_IP_CONFIG_DHCP_ON = 2
} qwf_net_IpConfigMethod_e;Data:
Library:
qwf_interfacePage updated:
