#include <datagramsocket.h>
|
| DatagramSocket () |
|
| DatagramSocket (const INETAddr &address, bool bReuseAddress=false) |
|
| ~DatagramSocket () |
|
void | open (const INETAddr &address, bool bReuseAddress=false) |
|
ssize_t | send (const iovec *iov, int iovcnt, const INETAddr &remoteAddress, int flags=0) const |
|
ssize_t | recv (void *buf, size_t len, int flags=0) |
|
int | getHandle () |
|
INETAddr | getLocalAddress () const |
|
void | close () |
|
ssize_t | sendto (const void *buf, size_t len, int flags, const INETAddr &address) |
|
Definition at line 45 of file datagramsocket.h.
◆ DatagramSocket() [1/2]
EMANE::DatagramSocket::DatagramSocket |
( |
| ) |
|
◆ DatagramSocket() [2/2]
EMANE::DatagramSocket::DatagramSocket |
( |
const INETAddr & |
address, |
|
|
bool |
bReuseAddress = false |
|
) |
| |
◆ ~DatagramSocket()
EMANE::DatagramSocket::~DatagramSocket |
( |
| ) |
|
◆ close()
void EMANE::Socket::close |
( |
| ) |
|
|
inherited |
◆ getHandle()
int EMANE::DatagramSocket::getHandle |
( |
| ) |
|
◆ getLocalAddress()
◆ open()
void EMANE::DatagramSocket::open |
( |
const INETAddr & |
address, |
|
|
bool |
bReuseAddress = false |
|
) |
| |
◆ recv()
ssize_t EMANE::DatagramSocket::recv |
( |
void * |
buf, |
|
|
size_t |
len, |
|
|
int |
flags = 0 |
|
) |
| |
◆ send()
ssize_t EMANE::DatagramSocket::send |
( |
const iovec * |
iov, |
|
|
int |
iovcnt, |
|
|
const INETAddr & |
remoteAddress, |
|
|
int |
flags = 0 |
|
) |
| const |
◆ sendto()
ssize_t EMANE::Socket::sendto |
( |
const void * |
buf, |
|
|
size_t |
len, |
|
|
int |
flags, |
|
|
const INETAddr & |
address |
|
) |
| |
|
inherited |
◆ iSock_
int EMANE::Socket::iSock_ |
|
protectedinherited |
The documentation for this class was generated from the following files: