#include <UdpSocket.h>
List of all members.
Constructor & Destructor Documentation
virtual UdpSocket::~UdpSocket |
( |
) |
[virtual] |
Member Function Documentation
bool UdpSocket::IsBound |
( |
) |
const |
int UdpSocket::ReceiveFrom |
( |
IpEndpointName & |
remoteEndpoint, |
|
|
char * |
data, |
|
|
int |
size |
|
) |
| |
void UdpSocket::Send |
( |
const char * |
data, |
|
|
int |
size |
|
) |
| |
void UdpSocket::SendTo |
( |
const IpEndpointName & |
remoteEndpoint, |
|
|
const char * |
data, |
|
|
int |
size |
|
) |
| |
Friends And Related Function Documentation
friend class SocketReceiveMultiplexer::Implementation [friend] |
The documentation for this class was generated from the following file: