VCF::UDPSocket Class Reference
#include <vcf/NetworkKit/Socket.h>
Inheritance diagram for VCF::UDPSocket:

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
|
|
Creates an unconnected socket in stDatagram mode.
|
|
|
Creates a bound and listening socket in stDatagram mode.
|
|
||||||||||||
|
Creates a connected socket in stDatagram mode. A connection is automatically made to the specified host and port. |
|
|
|
Member Function Documentation
|
|
|
The documentation for this class was generated from the following file:
- vcf/NetworkKit/Socket.h
