This is a brief description.
More...
#include <NetworkInterface.h>
Detailed description.
- Author
- Name (name@.nosp@m.emai.nosp@m.l.com)
§ NetworkInterface()
openjaus::system::NetworkInterface::NetworkInterface |
( |
| ) |
|
§ ~NetworkInterface()
openjaus::system::NetworkInterface::~NetworkInterface |
( |
| ) |
|
|
virtual |
§ getAddress()
const InetAddress & openjaus::system::NetworkInterface::getAddress |
( |
| ) |
const |
§ getBroadcast()
const InetAddress & openjaus::system::NetworkInterface::getBroadcast |
( |
| ) |
const |
§ getByName()
bool openjaus::system::NetworkInterface::getByName |
( |
std::string |
name, |
|
|
NetworkInterface & |
interface |
|
) |
| |
|
static |
§ getName()
std::string openjaus::system::NetworkInterface::getName |
( |
void |
| ) |
const |
§ getNetmask()
const InetAddress & openjaus::system::NetworkInterface::getNetmask |
( |
| ) |
const |
§ setAddress()
bool openjaus::system::NetworkInterface::setAddress |
( |
const InetAddress & |
address | ) |
|
- Parameters
-
address | The value of the new address. |
§ setBroadcast()
bool openjaus::system::NetworkInterface::setBroadcast |
( |
const InetAddress & |
broadcast | ) |
|
- Parameters
-
broadcast | The value of the new broadcast. |
§ setName()
bool openjaus::system::NetworkInterface::setName |
( |
std::string |
name | ) |
|
- Parameters
-
name | The value of the new name. |
§ setNetmask()
bool openjaus::system::NetworkInterface::setNetmask |
( |
const InetAddress & |
netmask | ) |
|
- Parameters
-
netmask | The value of the new netmask. |
§ toString()
std::string openjaus::system::NetworkInterface::toString |
( |
| ) |
const |
|
virtual |
§ operator<< [1/2]
§ operator<< [2/2]
§ address
InetAddress openjaus::system::NetworkInterface::address |
|
protected |
§ broadcast
InetAddress openjaus::system::NetworkInterface::broadcast |
|
protected |
§ name
std::string openjaus::system::NetworkInterface::name |
|
protected |
§ netmask
InetAddress openjaus::system::NetworkInterface::netmask |
|
protected |
The documentation for this class was generated from the following files: