Network device information class.
More...
#include <network.h>
Network device information class.
This class is used to hold various informations about a TCP/IP network device. Which can be obtained by a call to enumNetworkDevices()
- Author
- Christian Prochnow cproc.nosp@m.h@se.nosp@m.culog.nosp@m.ix.d.nosp@m.e
Definition at line 72 of file network.h.
NetworkDeviceInfo::~NetworkDeviceInfo |
( |
| ) |
|
Returns the Address of the network device.
Definition at line 95 of file network.h.
Returns the Broadcast address of the network device.
Definition at line 99 of file network.h.
const int NetworkDeviceInfo::mtu |
( |
| ) |
const |
|
inline |
const String& NetworkDeviceInfo::name |
( |
| ) |
const |
|
inline |
Returns the Name of the network device.
Definition at line 91 of file network.h.
Returns the Netmask of the network device.
Definition at line 103 of file network.h.
Enumerate all available network devices.
int NetworkDeviceInfo::_mtu |
|
private |
String NetworkDeviceInfo::_name |
|
private |
The documentation for this class was generated from the following file: