Network device information class.
More...
#include <network.h>
Collaboration diagram for NetworkDeviceInfo:
Public Member Functions
Returns the Name of the network device.
More...
Returns the Address of the network device.
More...
Returns the Broadcast address of the network device.
More...
Returns the Netmask of the network device.
More...
Protected Member Functions
Private Attributes
Friends
Enumerate all available network devices.
More...
Detailed Description
Constructor & Destructor Documentation
NetworkDeviceInfo::NetworkDeviceInfo
(
const
String &
name,
int
mtu
)
protected
NetworkDeviceInfo::~NetworkDeviceInfo
(
)
Member Function Documentation
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.
Friends And Related Function Documentation
Enumerate all available network devices.
Field Documentation
int NetworkDeviceInfo::_mtu
private
String NetworkDeviceInfo::_name
private
The documentation for this class was generated from the following file: