ofxUDPManager

ofxUDPManager methods

ofxUDPManager()

ofxUDPManager::ofxUDPManager()

~ofxUDPManager()

ofxUDPManager::~ofxUDPManager()

Close()

bool ofxUDPManager::Close()

Create()

bool ofxUDPManager::Create()

Connect(...)

bool ofxUDPManager::Connect(const char *pHost, unsigned short usPort)

ConnectMcast(...)

bool ofxUDPManager::ConnectMcast(char *pMcast, unsigned short usPort)

Bind(...)

bool ofxUDPManager::Bind(unsigned short usPort)

BindMcast(...)

bool ofxUDPManager::BindMcast(char *pMcast, unsigned short usPort)

Send(...)

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

SendAll(...)

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

Receive(...)

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

SetTimeoutSend(...)

void ofxUDPManager::SetTimeoutSend(int timeoutInSeconds)

SetTimeoutReceive(...)

void ofxUDPManager::SetTimeoutReceive(int timeoutInSeconds)

GetTimeoutSend()

int ofxUDPManager::GetTimeoutSend()

GetTimeoutReceive()

int ofxUDPManager::GetTimeoutReceive()

GetRemoteAddr(...)

bool ofxUDPManager::GetRemoteAddr(char *address)

SetReceiveBufferSize(...)

bool ofxUDPManager::SetReceiveBufferSize(int sizeInByte)

SetSendBufferSize(...)

bool ofxUDPManager::SetSendBufferSize(int sizeInByte)

GetReceiveBufferSize()

int ofxUDPManager::GetReceiveBufferSize()

GetSendBufferSize()

int ofxUDPManager::GetSendBufferSize()

SetReuseAddress(...)

bool ofxUDPManager::SetReuseAddress(bool allowReuse)

SetEnableBroadcast(...)

bool ofxUDPManager::SetEnableBroadcast(bool enableBroadcast)

SetNonBlocking(...)

bool ofxUDPManager::SetNonBlocking(bool useNonBlocking)

GetMaxMsgSize()

int ofxUDPManager::GetMaxMsgSize()

GetTTL()

int ofxUDPManager::GetTTL()

SetTTL(...)

bool ofxUDPManager::SetTTL(int nTTL)