vvopensource
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Groups Pages
Class Methods
OSCPacket Class Reference

Used to parse raw OSC data or to assemble raw OSC data from OSCMessages/OSCBundles. More...

#import <OSCPacket.h>

Inherits NSObject.

Class Methods

(id) + createWithContent:
 Creates & returns an auto-released packet from either an OSCBundle or an OSCMessage.
 

Detailed Description

Used to parse raw OSC data or to assemble raw OSC data from OSCMessages/OSCBundles.

An OSC packet is the basic unit of transmitting OSC data- the OSCPacket class is mostly used internally to either parse received raw data or to assemble raw data from OSCMessages/OSCBundles for sending.


The documentation for this class was generated from the following files: