Libraries \ OSC

Reference for Wiring version 1.0 Build 0100+ If you have a previous version, use the reference included with your software. If see any errors or have any comments, let us know.

Class

OSC

Name

transmit()

Examples
#include <OSC.h>

void setup() 
{
  OSC.begin();
}

void loop() 
{
  OSC.transmit();
}
Description Parse the received chars at the stream.
Syntax
transmit()
Returns None
Usage Application
Updated on July 07, 2011 11:11:17pm PDT

Creative Commons License