Control Surface API  3.0.3
OscModule Interface Reference

Public Member Functions

OscAddressSpace createAddressSpace ()
 
void createUdpServer (int port, OscAddressSpace addressSpace)
 
OscConnection connectToUdpServer (String host, int port, OscAddressSpace addressSpace)
 

Detailed Description

Interface to create Osc related object.

Since
API version 5

Definition at line 8 of file OscModule.java.

Member Function Documentation

OscConnection connectToUdpServer ( String  host,
int  port,
OscAddressSpace  addressSpace 
)

Tries to connect to an OscServer.

Parameters
addressSpacecan be null
Returns
a new OscConnection
Since
API version 5
OscAddressSpace createAddressSpace ( )

Creates a new OscAddressSpace.

In short the OscAddressSpace dispatches the incoming messages to services. An OscAddressSpace is an OscService.

Since
API version 5
void createUdpServer ( int  port,
OscAddressSpace  addressSpace 
)

Creates a new OSC Server.

Parameters
serviceUse createAddressSpace
Returns
a new OscServer
Since
API version 5

The documentation for this interface was generated from the following file: