Inheritance diagram for XFcClientStreamSocket:
Public Member Functions | |
virtual XFCIMPORT | ~XFcClientStreamSocket () |
Virtual destructor. | |
XFCIMPORT INT32 | Open (XFcAddress *aAddress) |
Opens connection to given address. | |
XFCIMPORT INT32 | Send (const CHAR8 *aBuf, INT32 aLen, INT32 aFlags) |
Sends data to address where connected. | |
XFCIMPORT INT32 | Recv (CHAR8 *aBuf, INT32 aLen, INT32 aFlags) |
Receives aLen bytes data from connected socket. | |
XFCIMPORT INT32 | Shutdown (INT32 aHow) |
Disables send or receive operations on a socket. | |
XFCIMPORT INT32 | Connect (XFcAddress *aAddress=NULL) |
Connects the socket to host. | |
Static Public Member Functions | |
XFCIMPORT XFcClientStreamSocket * | New () |
Static constructor. | |
Protected Member Functions | |
XFcClientStreamSocket () | |
Protected constructor. | |
Private Attributes | |
XFcAddress * | mAddr |
Network address where to connect. |
|
Protected constructor.
|
|
Virtual destructor.
|
|
Connects the socket to host. If socket is connected, new address reconnects socket to the new address.
|
|
Static constructor.
|
|
Opens connection to given address.
|
|
Receives aLen bytes data from connected socket.
|
|
Sends data to address where connected.
|
|
Disables send or receive operations on a socket.
|
|
Network address where to connect.
|
![]() | ||||
![]() |
Confidential Copyright © 2002-2003 Fathammer | with doxygen by Dimitri van Heesch |