NetworkConfiguration Struct Reference

Netowrk Configuration.

#include <scmTypes.h>

Public Attributes

std::string localIpAddress = ""
 The local IP address.
 
std::string netmask = ""
 Subnet mask.
 
std::string gateway = ""
 Gateway.
 
std::string dnsServer = ""
 DNS server IP address.
 
std::string dhcp = ""
 DHCP on or off.
 
std::string hostName = ""
 Host name.