v0.1.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Pages
CGUL::Network::Adapter Struct Reference

Contains information about a network interface. More...

#include <Adapter.hpp>

Public Attributes

String description
 A brief description of the network interface, differing from each operating system and network interface. Not reliable beyond outputting to the user. May be the same between interfaces.
 
IPAddress ip
 The local ip address for this machine on the network. The adapter cannot be used to effectively obtain an IP address on an outside network when the machine is behind a router or network switch.
 
IPAddress netmask
 The netmask defining the local network range for this interface.
 

Detailed Description

Contains information about a network interface.

Obtain all network interfaces on the local machine by using Network::GetAdapters.


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