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

VCFNet::SocketObject Class Reference

Socket Object represents a connected client to the listening socket. More...

#include <Socket.h>

List of all members.

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

VCFNet::SocketObject::SocketObject const int &  id = 0  )  [inline]
 

virtual VCFNet::SocketObject::~SocketObject  )  [inline, virtual]
 


Member Data Documentation

int VCFNet::SocketObject::socketID_
 


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