ofxTCPManager methods
ofxTCPManager::ofxTCPManager()
ofxTCPManager::~ofxTCPManager()
bool ofxTCPManager::Close()
bool ofxTCPManager::Create()
bool ofxTCPManager::Listen(int iMaxConnections)
bool ofxTCPManager::Connect(char *pAddrStr, unsigned short usPort)
bool ofxTCPManager::Bind(unsigned short usPort)
bool ofxTCPManager::Accept(ofxTCPManager &sock)
int ofxTCPManager::Send(const char *pBuff, const int iSize)
int ofxTCPManager::SendAll(const char *pBuff, const int iSize)
int ofxTCPManager::Receive(char *pBuff, const int iSize)
int ofxTCPManager::ReceiveAll(char *pBuff, const int iSize)
int ofxTCPManager::Write(const char *pBuff, const int iSize)
bool ofxTCPManager::GetRemoteAddr(LPINETADDR pIntAddr)
bool ofxTCPManager::GetInetAddr(LPINETADDR pInetAddr)
void ofxTCPManager::SetTimeoutSend(int timeoutInSeconds)
void ofxTCPManager::SetTimeoutReceive(int timeoutInSeconds)
void ofxTCPManager::SetTimeoutAccept(int timeoutInSeconds)
int ofxTCPManager::GetTimeoutSend()
int ofxTCPManager::GetTimeoutReceive()
int ofxTCPManager::GetTimeoutAccept()
bool ofxTCPManager::SetReceiveBufferSize(int sizeInByte)
bool ofxTCPManager::SetSendBufferSize(int sizeInByte)
int ofxTCPManager::GetReceiveBufferSize()
int ofxTCPManager::GetSendBufferSize()
int ofxTCPManager::GetMaxConnections()
bool ofxTCPManager::SetNonBlocking(bool useNonBlocking)
bool ofxTCPManager::CheckHost(const char *pAddrStr)
void ofxTCPManager::CleanUp()