ofxTCPManager

ofxTCPManager methods

ofxTCPManager()

ofxTCPManager::ofxTCPManager()

~ofxTCPManager()

ofxTCPManager::~ofxTCPManager()

Close()

bool ofxTCPManager::Close()

Create()

bool ofxTCPManager::Create()

Listen(...)

bool ofxTCPManager::Listen(int iMaxConnections)

Connect(...)

bool ofxTCPManager::Connect(char *pAddrStr, unsigned short usPort)

Bind(...)

bool ofxTCPManager::Bind(unsigned short usPort)

Accept(...)

bool ofxTCPManager::Accept(ofxTCPManager &sock)

Send(...)

int ofxTCPManager::Send(const char *pBuff, const int iSize)

SendAll(...)

int ofxTCPManager::SendAll(const char *pBuff, const int iSize)

Receive(...)

int ofxTCPManager::Receive(char *pBuff, const int iSize)

ReceiveAll(...)

int ofxTCPManager::ReceiveAll(char *pBuff, const int iSize)

Write(...)

int ofxTCPManager::Write(const char *pBuff, const int iSize)

GetRemoteAddr(...)

bool ofxTCPManager::GetRemoteAddr(LPINETADDR pIntAddr)

GetInetAddr(...)

bool ofxTCPManager::GetInetAddr(LPINETADDR pInetAddr)

SetTimeoutSend(...)

void ofxTCPManager::SetTimeoutSend(int timeoutInSeconds)

SetTimeoutReceive(...)

void ofxTCPManager::SetTimeoutReceive(int timeoutInSeconds)

SetTimeoutAccept(...)

void ofxTCPManager::SetTimeoutAccept(int timeoutInSeconds)

GetTimeoutSend()

int ofxTCPManager::GetTimeoutSend()

GetTimeoutReceive()

int ofxTCPManager::GetTimeoutReceive()

GetTimeoutAccept()

int ofxTCPManager::GetTimeoutAccept()

SetReceiveBufferSize(...)

bool ofxTCPManager::SetReceiveBufferSize(int sizeInByte)

SetSendBufferSize(...)

bool ofxTCPManager::SetSendBufferSize(int sizeInByte)

GetReceiveBufferSize()

int ofxTCPManager::GetReceiveBufferSize()

GetSendBufferSize()

int ofxTCPManager::GetSendBufferSize()

GetMaxConnections()

int ofxTCPManager::GetMaxConnections()

SetNonBlocking(...)

bool ofxTCPManager::SetNonBlocking(bool useNonBlocking)

CheckHost(...)

bool ofxTCPManager::CheckHost(const char *pAddrStr)

CleanUp()

void ofxTCPManager::CleanUp()