ofDocsdocumentation addons ofxNetwork ofxTCPManager

ofxTCPManager


Accept( ... )

bool Accept(ofxTCPManager &sock)

Bind( ... )

bool Bind(unsigned short usPort)

CheckHost( ... )

bool CheckHost(const char *pAddrStr)

CheckIsConnected( )

bool CheckIsConnected()

CleanUp( )

void CleanUp()

Close( )

bool Close()

Connect( ... )

bool Connect(const char *pAddrStr, unsigned short usPort)

Create( )

bool Create()

GetInetAddr( ... )

bool GetInetAddr(LPINETADDR pInetAddr)

GetMaxConnections( )

int GetMaxConnections()

GetReceiveBufferSize( )

int GetReceiveBufferSize()

GetRemoteAddr( ... )

bool GetRemoteAddr(LPINETADDR pIntAddr)

GetSendBufferSize( )

int GetSendBufferSize()

GetTimeoutAccept( )

int GetTimeoutAccept()

GetTimeoutConnect( )

int GetTimeoutConnect()

GetTimeoutReceive( )

int GetTimeoutReceive()

GetTimeoutSend( )

int GetTimeoutSend()

IsNonBlocking( )

bool IsNonBlocking()

Listen( ... )

bool Listen(int iMaxConnections)

PeekReceive( ... )

int PeekReceive(char *pBuff, const int iSize)

Receive( ... )

int Receive(char *pBuff, const int iSize)

ReceiveAll( ... )

int ReceiveAll(char *pBuff, const int iSize)

Send( ... )

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

SendAll( ... )

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

SetNonBlocking( ... )

bool SetNonBlocking(bool useNonBlocking)

SetReceiveBufferSize( ... )

bool SetReceiveBufferSize(int sizeInByte)

SetSendBufferSize( ... )

bool SetSendBufferSize(int sizeInByte)

SetTimeoutAccept( ... )

void SetTimeoutAccept(int timeoutInSeconds)

SetTimeoutConnect( ... )

void SetTimeoutConnect(int timeoutInSeconds)

SetTimeoutReceive( ... )

void SetTimeoutReceive(int timeoutInSeconds)

SetTimeoutSend( ... )

void SetTimeoutSend(int timeoutInSeconds)

WaitReceive( ... )

int WaitReceive(time_t timeoutSeconds, time_t timeoutMillis)

WaitSend( ... )

int WaitSend(time_t timeoutSeconds, time_t timeoutMillis)

Write( ... )

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

ofxTCPManager( ... )

ofxTCPManager(const ofxTCPManager &mom)

ofxTCPManager( )

ofxTCPManager()

operator=( ... )

ofxTCPManager & operator=(const ofxTCPManager &mom)

~ofxTCPManager( )

~ofxTCPManager()