|
| UDPSocket (unsigned int port) |
|
| UDPSocket (unsigned int port, const std::string &hostname, bool boardcast=false) |
|
| UDPSocket (unsigned int port, unsigned int addr, bool boardcast=false) |
|
int | bind () |
|
int | bind (unsigned int port, const std::string &hostname="", bool broadcast=true) |
|
const std::string | getHostName () const |
|
unsigned int | getPort () const |
|
unsigned int | getAddress () const |
|
const std::string | getRemoteHostName () const |
|
unsigned int | getRemotePort () const |
|
unsigned int | getRemoteAddress () const |
|
virtual size_t | write (const void *v, size_t count) |
|
virtual size_t | read (void *v, size_t count) |
|
int | get_fd () const |
|
bool | select (int sec=-1, int usec=-1) |
|
bool | select2 (int sec=-1, int usec=-1) |
|
bool | close () |
|
|
static unsigned int | findSubnet (unsigned int addr) |
|
|
struct sockaddr_in | m_addr |
|
struct sockaddr_in | m_remote_addr |
|
Definition at line 23 of file UDPSocket.h.
The documentation for this class was generated from the following files: