com.illposed.osc.OSCMessage Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ProcessingTUIO Show documentation
Show all versions of ProcessingTUIO Show documentation
Tuio Processing, PapARt version.
The newest version!
/**
* @author cramakrishnan
*
* Copyright (C) 2003, C. Ramakrishnan / Illposed Software
* All rights reserved.
*
* See license.txt (or license.rtf) for license information.
*
*
* An simple (non-bundle) OSC message. An OSC message is made up of
* an address (who is this message sent to)
* and arguments (what is the contents of this message).
*/
package com.illposed.osc;
import java.util.Enumeration;
import java.util.Vector;
import com.illposed.osc.utility.*;
public class OSCMessage extends OSCPacket {
protected String address;
protected Vector