TCPSocket
Contents
Name
TCPSocket
Synopsis
Inherited by TCPIOSocket, and TCPServerSocket.
PublicMemberFunctions
void create ()
void bind (u_int16_t port_begin, u_int16_t port_fence)
int port ()
u_int32_t addr ()
bool initialized ()
bool bound ()
virtual void close ()
ProtectedAttributes
int socket_
int port_
bool initialized_
bool bound_