VCF::NetworkToolkit Class Reference
#include <vcf/NetworkKit/NetworkToolkit.h>
Inheritance diagram for VCF::NetworkToolkit:
List of all members.
Constructor & Destructor Documentation
| VCF::NetworkToolkit::NetworkToolkit |
( |
|
) |
[inline, protected] |
|
| virtual VCF::NetworkToolkit::~NetworkToolkit |
( |
|
) |
[inline, protected, virtual] |
|
Member Function Documentation
| static void VCF::NetworkToolkit::create |
( |
|
) |
[static] |
|
| static IPAddressPeer* VCF::NetworkToolkit::createIPAddressPeer |
( |
|
) |
[static] |
|
| static SocketPeer* VCF::NetworkToolkit::createSocketPeer |
( |
int |
socketType |
) |
[static] |
|
|
|
Creates a new OS specific SocketPeer instance.
- The caller specifies the socket type, which can be either a streaming type (i.e. a socket appropriate for TCP/IP streaming communication), or a datagram type (i.e. a socket appropriate for UPD communication )
- Parameters:
-
| int | socketType indicates the type of socket |
- Returns:
- SocketPeer Returns a new SocketPeer instance appropriate for the platform and the specified socket type.
|
| static void VCF::NetworkToolkit::destroy |
( |
|
) |
[static] |
|
| static int VCF::NetworkToolkit::getLastError |
( |
|
) |
[static] |
|
| virtual IPAddressPeer* VCF::NetworkToolkit::internal_createIPAddressPeer |
( |
|
) |
[protected, pure virtual] |
|
| virtual SocketPeer* VCF::NetworkToolkit::internal_createSocketPeer |
( |
int |
socketType |
) |
[protected, pure virtual] |
|
| virtual int VCF::NetworkToolkit::internal_getLastError |
( |
|
) |
[protected, pure virtual] |
|
Member Data Documentation
The documentation for this class was generated from the following file: