Support Forum       G3D Web Page     
Public Member Functions | Public Attributes | List of all members
G3D::NetworkDevice::EthernetAdapter Class Reference

Description of an ethernet or wireless ethernet adapter. More...

Public Member Functions

 EthernetAdapter ()
 
void describe (TextOutput &t) const
 Produces a text description of this adapter. More...
 

Public Attributes

uint32 broadcast
 UDP broadcast address in host byte order. More...
 
String hostname
 Reverse-DNS of the ip address. More...
 
uint32 ip
 IP address in host byte order. More...
 
uint8 mac [6]
 MAC (hardware) address, if known. More...
 
String name
 Name of the adapter. More...
 
uint32 subnet
 Subnet mask in host byte order. More...
 

Detailed Description

Description of an ethernet or wireless ethernet adapter.

Constructor & Destructor Documentation

◆ EthernetAdapter()

G3D::NetworkDevice::EthernetAdapter::EthernetAdapter ( )

Member Function Documentation

◆ describe()

void G3D::NetworkDevice::EthernetAdapter::describe ( TextOutput t) const

Produces a text description of this adapter.

Member Data Documentation

◆ broadcast

uint32 G3D::NetworkDevice::EthernetAdapter::broadcast

UDP broadcast address in host byte order.

◆ hostname

String G3D::NetworkDevice::EthernetAdapter::hostname

Reverse-DNS of the ip address.

◆ ip

uint32 G3D::NetworkDevice::EthernetAdapter::ip

IP address in host byte order.

◆ mac

uint8 G3D::NetworkDevice::EthernetAdapter::mac[6]

MAC (hardware) address, if known.

◆ name

String G3D::NetworkDevice::EthernetAdapter::name

Name of the adapter.

◆ subnet

uint32 G3D::NetworkDevice::EthernetAdapter::subnet

Subnet mask in host byte order.


documentation generated on Wed Nov 24 2021 08:01:58 using doxygen 1.8.15