#include <NetworkInterface.h>
◆ NetworkInterface()
| uHTTP::NetworkInterface::NetworkInterface |
( |
const std::string & | addr = NULL, |
|
|
const std::string & | name = NULL, |
|
|
int | idx = 0 ) |
|
inline |
◆ getAddress()
| const char * uHTTP::NetworkInterface::getAddress |
( |
| ) |
|
|
inline |
◆ getIndex()
| int uHTTP::NetworkInterface::getIndex |
( |
| ) |
|
|
inline |
◆ getName()
| const char * uHTTP::NetworkInterface::getName |
( |
| ) |
|
|
inline |
◆ setAddress()
| void uHTTP::NetworkInterface::setAddress |
( |
const std::string & | value | ) |
|
|
inline |
◆ setIndex()
| void uHTTP::NetworkInterface::setIndex |
( |
int | value | ) |
|
|
inline |
◆ setName()
| void uHTTP::NetworkInterface::setName |
( |
const std::string & | value | ) |
|
|
inline |
◆ addr
| std::string uHTTP::NetworkInterface::addr |
|
private |
◆ index
| int uHTTP::NetworkInterface::index |
|
private |
◆ name
| std::string uHTTP::NetworkInterface::name |
|
private |
The documentation for this class was generated from the following file: