ofDocsdocumentation addons ofxNetwork ofxUDPSettings

ofxUDPSettings


receiveOn( ... )

void receiveOn(int address, unsigned short port)

receiveOn( ... )

void receiveOn(unsigned short port)

sendTo( ... )

void sendTo(int address, unsigned short port)

Variables

int bindAddress
unsignedshort bindPort
bool blocking
bool broadcast
bool multicast
int receiveBufferSize
int receiveTimeout
bool reuse
int sendAddress
int sendBufferSize
unsignedshort sendPort
int sendTimeout
int ttl