| 190 | | @return Zero on success. |
| | 190 | @param udptask Whether or not to start up the internal UDP-OSC task (only relevant on startup). |
| | 191 | @param usbtask Whether or not to start up the internal USB-OSC task (only relevant on startup). |
| | 192 | @param async Whether or not to start up the internal async task that monitors registered subsystems |
| | 193 | and automatically sends out messages from them (only relevant on startup). |
| | 194 | |
| | 195 | \b Example |
| | 196 | \code |
| | 197 | // Fire up the OSC system with everything running (as in heavy) |
| | 198 | Osc_SetActive( true, true, true, true ); |
| | 199 | \endcode |