![]() |
ClientSocket Class Reference#include <ClientSocket.h>
Detailed Description
Definition at line 8 of file ClientSocket.h. Constructor & Destructor Documentation
Definition at line 8 of file ClientSocket.cpp. 00009 :TcpSocket(h) 00010 ,m_cmd(cmd) 00011 { 00012 SetLineProtocol(); 00013 }
Member Function Documentation
Definition at line 21 of file ClientSocket.cpp. References m_cmd. 00022 { 00023 Send(m_cmd + "\n"); 00024 }
Definition at line 27 of file ClientSocket.cpp. 00028 { 00029 printf("Reply from server: '%s'\n",line.c_str()); 00030 if (line.size()) 00031 { 00032 } 00033 else 00034 { 00035 SetCloseAndDelete(); 00036 } 00037 }
Member Data Documentation
The documentation for this class was generated from the following files: |