Classes | Public Member Functions | Friends

UdpSocket Class Reference

#include <UdpSocket.h>

Inheritance diagram for UdpSocket:
UdpListeningReceiveSocket UdpReceiveSocket UdpTransmitSocket

List of all members.

Classes

class  Implementation

Public Member Functions

 UdpSocket ()
virtual ~UdpSocket ()
IpEndpointName LocalEndpointFor (const IpEndpointName &remoteEndpoint) const
void Connect (const IpEndpointName &remoteEndpoint)
void Send (const char *data, int size)
void SendTo (const IpEndpointName &remoteEndpoint, const char *data, int size)
void Bind (const IpEndpointName &localEndpoint)
bool IsBound () const
int ReceiveFrom (IpEndpointName &remoteEndpoint, char *data, int size)

Friends

class SocketReceiveMultiplexer::Implementation

Constructor & Destructor Documentation

UdpSocket::UdpSocket (  )
UdpSocket::~UdpSocket (  ) [virtual]

Member Function Documentation

void UdpSocket::Bind ( const IpEndpointName localEndpoint )
void UdpSocket::Connect ( const IpEndpointName remoteEndpoint )
bool UdpSocket::IsBound (  ) const
IpEndpointName UdpSocket::LocalEndpointFor ( const IpEndpointName remoteEndpoint ) 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


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines