VCFNet::SocketObject Class Reference
Socket Object represents a connected client to the listening socket. More...
#include <Socket.h>
Public Member Functions | |
| SocketObject (const int &id=0) | |
| virtual | ~SocketObject () |
Public Attributes | |
| int | socketID_ |
Detailed Description
Socket Object represents a connected client to the listening socket.On Win32 the socketID_ represents a handle to a SOCKET structure this object is usually returns via a call to Socket::getClient()
Constructor & Destructor Documentation
|
|
|
|
|
|
Member Data Documentation
|
|
|
The documentation for this class was generated from the following file:
- vcf/NetworkKit/Socket.h
