class
SocketObj
(Return to index)
Type:
Instantiable
Derived Classes
Include file:
ComTerp/ctrlfunc.h
Public:
CLASS_SYMID
("
SocketObj
")
SocketObj
(const char* host, unsigned short port)
ACE_SOCK_Connector*
_conn
char*
_host
unsigned short
_port
ACE_SOCK_STREAM*
_socket
int
close
()
int
connect
()
int
get_handle
()
const char*
host
()
unsigned short
port
()
ACE_SOCK_STREAM*
socket
()
virtual
~SocketObj
()
(more documentation)