ofxUDPManager methods
ofxUDPManager::ofxUDPManager()
ofxUDPManager::~ofxUDPManager()
bool ofxUDPManager::Close()
bool ofxUDPManager::Create()
bool ofxUDPManager::Connect(const char *pHost, unsigned short usPort)
bool ofxUDPManager::ConnectMcast(char *pMcast, unsigned short usPort)
bool ofxUDPManager::Bind(unsigned short usPort)
bool ofxUDPManager::BindMcast(char *pMcast, unsigned short usPort)
int ofxUDPManager::Send(const char *pBuff, const int iSize)
int ofxUDPManager::SendAll(const char *pBuff, const int iSize)
int ofxUDPManager::Receive(char *pBuff, const int iSize)
void ofxUDPManager::SetTimeoutSend(int timeoutInSeconds)
void ofxUDPManager::SetTimeoutReceive(int timeoutInSeconds)
int ofxUDPManager::GetTimeoutSend()
int ofxUDPManager::GetTimeoutReceive()
bool ofxUDPManager::GetRemoteAddr(char *address)
bool ofxUDPManager::SetReceiveBufferSize(int sizeInByte)
bool ofxUDPManager::SetSendBufferSize(int sizeInByte)
int ofxUDPManager::GetReceiveBufferSize()
int ofxUDPManager::GetSendBufferSize()
bool ofxUDPManager::SetReuseAddress(bool allowReuse)
bool ofxUDPManager::SetEnableBroadcast(bool enableBroadcast)
bool ofxUDPManager::SetNonBlocking(bool useNonBlocking)
int ofxUDPManager::GetMaxMsgSize()
int ofxUDPManager::GetTTL()
bool ofxUDPManager::SetTTL(int nTTL)