TUIO C++ Developer API
|
#include <FlashSender.h>
Public Member Functions | |
FlashSender () | |
FlashSender (const char *conn_name, const char *meth_name) | |
virtual | ~FlashSender () |
bool | sendOscPacket (osc::OutboundPacketStream *bundle) |
bool | isConnected () |
const char * | tuio_type () |
![]() | |
OscSender () | |
virtual | ~OscSender () |
bool | isLocal () |
int | getBufferSize () |
Additional Inherited Members | |
![]() | |
unsigned int | buffer_size |
bool | local |
The FlashSender implements the Flash LocalConnection transport method for OSC
FlashSender::FlashSender | ( | ) |
The default constructor creates a FlashSender using a Flash LocalConnection on localhost
FlashSender::FlashSender | ( | const char * | conn_name, |
const char * | meth_name | ||
) |
The default constructor creates a FlashSender using a Flash LocalConnection on localhost
|
virtual |
The destructor closes the connection.
|
virtual |
This method returns the connection state
Implements TUIO::OscSender.
|
virtual |
This method delivers the provided OSC data
*bundle | the OSC stream to deliver |
Implements TUIO::OscSender.