|
virtual int | SendTo (const CAddress &addr, const int bufferlength, const void *buffer)=0 |
|
virtual int | Read (CAddress &addr, const int buffersize, void *buffer)=0 |
|
virtual bool | Broadcast (const CAddress &addr, const int datasize, const void *data)=0 |
|
virtual bool | Bind (bool localOnly, int port, int range=0)=0 |
|
virtual bool | Connect ()=0 |
|
virtual void | Close () |
|
bool | Ready () |
|
bool | Bound () |
|
SocketType | Type () |
|
int | Port () |
|
virtual SOCKET | Socket ()=0 |
|
|
virtual void | SetBound (bool set=true) |
|
virtual void | SetReady (bool set=true) |
|
SocketType | m_Type |
|
bool | m_bReady |
|
bool | m_bBound |
|
int | m_iPort |
|
The documentation for this class was generated from the following file: