Sourceforge.net - The VCF's Project Host
   The VCF Website Home   |   Online Discussion Forums   |   Sourceforge.net Project Page   

VCF::UDPSocket Class Reference

#include <vcf/NetworkKit/Socket.h>

Inheritance diagram for VCF::UDPSocket:

VCF::Socket VCF::Object List of all members.

Public Member Functions

 UDPSocket ()
 Creates an unconnected socket in stDatagram mode.
 UDPSocket (unsigned short port)
 Creates a bound and listening socket in stDatagram mode.
 UDPSocket (const String &host, unsigned short port)
 Creates a connected socket in stDatagram mode.
virtual ~UDPSocket ()
void connect ()

Constructor & Destructor Documentation

VCF::UDPSocket::UDPSocket  ) 
 

Creates an unconnected socket in stDatagram mode.

VCF::UDPSocket::UDPSocket unsigned short  port  ) 
 

Creates a bound and listening socket in stDatagram mode.

VCF::UDPSocket::UDPSocket const String host,
unsigned short  port
 

Creates a connected socket in stDatagram mode.

A connection is automatically made to the specified host and port.

virtual VCF::UDPSocket::~UDPSocket  )  [inline, virtual]
 


Member Function Documentation

void VCF::UDPSocket::connect  ) 
 


The documentation for this class was generated from the following file:
   Comments or Suggestions?    License Information