#include <ofxOscReceiver.h>
List of all members.
Constructor & Destructor Documentation
ofxOscReceiver::ofxOscReceiver |
( |
) |
|
ofxOscReceiver::~ofxOscReceiver |
( |
) |
|
Member Function Documentation
take the next message on the queue of received messages, copy its details into message, and remove it from the queue. return false if there are no more messages to be got, otherwise return true
bool ofxOscReceiver::hasWaitingMessages |
( |
) |
|
returns true if there are any messages waiting for collection
void ofxOscReceiver::setup |
( |
int |
listen_port ) |
|
listen_port is the port to listen for messages on
The documentation for this class was generated from the following files: