#include <gnet.h>
Inheritance diagram for gTcpConnect:
Public Member Functions | |
gTcpConnect (char *destHostname, t_gPort cPort, bool doConnect=true) | |
gTcpConnect (t_uint8 c1, t_uint8 c2, t_uint8 c3, t_uint8 c4, t_gPort cPort, bool doConnect=true) | |
virtual | ~gTcpConnect () |
virtual bool | IsOk () |
virtual int | Handle () |
virtual t_uchar * | String () |
virtual t_uchar * | ToString (t_uchar *uBuf) |
bool | Connect () |
virtual bool | Close () |
virtual void | Show (bool doShowAll=true) |
Public Attributes | |
gHostAddr | destAddr |
t_gPort | destPort |
gSocket | socket |
Protected Member Functions | |
int | thisConnect (gSocket &aSocket) |
|
|
|
|
|
|
|
|
|
Definition at line 610 of file gnet.cpp. Referenced by gTcpConnect(). |
|
Implements gNetConnect. |
|
Reimplemented from gControl. Definition at line 582 of file gnet.cpp. Referenced by Handle(), and gXHttpCont::ReadReplyText(). |
|
Reimplemented from gStorage. |
|
Definition at line 597 of file gnet.cpp. Referenced by Connect(), Show(), and ToString(). |
|
Definition at line 641 of file gnet.cpp. Referenced by Connect(). |
|
Reimplemented from gControl. |
|
Definition at line 230 of file gnet.h. Referenced by gTcpConnect(), String(), and thisConnect(). |
|
Definition at line 231 of file gnet.h. Referenced by thisConnect(). |
|
Definition at line 232 of file gnet.h. Referenced by Close(), Connect(), Handle(), IsOk(), Show(), and ~gTcpConnect(). |