Interfaces
 InterfaceDescription
 IOSCConnector This interface has to be implemented in order to receive OSC data via a certain connection and forward it to the OSCManager.
 IOSCConnectorListener Has to be implemented in order to receive data from an IOSCConnector implementation
 IOSCListener Has to be implemented in order to handle requests to certain OSC Methods
Classes
 ClassDescription
 OSCAddressSpace An internaly used class which implements a tree structure for managing OSCContainers and speeding up OSCAddress lookups.
 OSCBundle This class contains the functions to create, process and identify OSCBundles.
 OSCContainer Represents OSC Containers as described in the OSC Spec.
 OSCEvent A simple event which is used to dispatch received OSC data into the event flow.
 OSCManager The main class for receiving and sending OSC data.
 OSCMessage An OSCMessage
 OSCPacket This is a basic class for OSCBundles and OSCMessages that basically wraps a ByteArray and offers some additional functions for reading the binary data for extending classes.
 OSCTimetag An OSCTimetag This is a helperclass for handling OSC timetags