OceanDirectLighthouse 3.1.3
OceanDirect Lighthouse C++/C API
lh_network_configuration_t Struct Reference

#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
 

Detailed Description

A type for containing network configuration information. Specifically an IPv4 address, subnet mask, gateway address and DNS server address.

Member Data Documentation

◆ defaultGateway

lh_ipv4_address_array_t lh_network_configuration_t::defaultGateway

◆ defaultGatewaySize

size_t lh_network_configuration_t::defaultGatewaySize

◆ dnsServer

lh_ipv4_address_array_t lh_network_configuration_t::dnsServer

◆ dnsServerSize

size_t lh_network_configuration_t::dnsServerSize

◆ ipv4Address

lh_ipv4_address_array_t lh_network_configuration_t::ipv4Address

◆ ipv4AddressSize

size_t lh_network_configuration_t::ipv4AddressSize

◆ subnetMask

lh_ipv4_address_array_t lh_network_configuration_t::subnetMask

◆ subnetMaskSize

size_t lh_network_configuration_t::subnetMaskSize

The documentation for this struct was generated from the following file: