Simple ip address class.
More...
#include <Socket.h>
| virtual trippingcyril::net::IPAddress::~IPAddress |
( |
| ) |
|
|
inlinevirtual |
| virtual String trippingcyril::net::IPAddress::AsString |
( |
| ) |
const |
|
pure virtual |
| static IPAddress* trippingcyril::net::IPAddress::fromFD |
( |
int |
fd | ) |
|
|
static |
Return the ip address associated with fd
- Parameters
-
- Returns
- newly allocated IPAddress or NULL
| virtual int trippingcyril::net::IPAddress::GetIPVersion |
( |
| ) |
const |
|
pure virtual |
| trippingcyril::net::IPAddress::operator String |
( |
| ) |
const |
|
inline |
- Returns
- Returns the human readable representation of the ip address
The documentation for this struct was generated from the following file: