OceanDirectLighthouse 3.1.3
OceanDirect Lighthouse C++/C API
|
#include <lhdefs.h>
Public Attributes | |
lh_ipv4_address_array_t | defaultGateway |
size_t | defaultGatewaySize |
lh_ipv4_address_array_t | dnsServer |
size_t | dnsServerSize |
lh_ipv4_address_array_t | ipv4Address |
size_t | ipv4AddressSize |
lh_ipv4_address_array_t | subnetMask |
size_t | subnetMaskSize |
A type for containing network configuration information. Specifically an IPv4 address, subnet mask, gateway address and DNS server address.
lh_ipv4_address_array_t lh_network_configuration_t::defaultGateway |
size_t lh_network_configuration_t::defaultGatewaySize |
lh_ipv4_address_array_t lh_network_configuration_t::dnsServer |
size_t lh_network_configuration_t::dnsServerSize |
lh_ipv4_address_array_t lh_network_configuration_t::ipv4Address |
size_t lh_network_configuration_t::ipv4AddressSize |
lh_ipv4_address_array_t lh_network_configuration_t::subnetMask |
size_t lh_network_configuration_t::subnetMaskSize |