oscP5
Class OscIn

java.lang.Object
  extended by oscP5.OscPatcher
      extended by oscP5.OscPacket
          extended by oscP5.OscMessage
              extended by oscP5.OscIn

Deprecated.

@Deprecated
public class OscIn
extends OscMessage

OscIn is deprecated. for compatibility with previous versions of oscP5 OscIn is still available.


Constructor Summary
OscIn(OscMessage theOscMessage)
          Deprecated.  
 
Method Summary
 byte[] getBlob(int thePos)
          Deprecated.  
 boolean getBoolean(int thePos)
          Deprecated.  
 char getChar(int thePos)
          Deprecated.  
 ArrayList getDataList()
          Deprecated. this is only for christian's and jens' table communication with vvvv.
 float getFloat(int thePos)
          Deprecated.  
 int getInt(int thePos)
          Deprecated.  
 int[] getMidi(int thePos)
          Deprecated.  
 int[] getMidiBytes(int thePos)
          Deprecated.  
 String getString(int thePos)
          Deprecated.  
 
Methods inherited from class oscP5.OscMessage
add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, addArguments, addrInt, addrPattern, arguments, checkAddrPattern, checkTypetag, clear, clearArguments, get, getAddrPatternAsBytes, getBytes, getTypetagAsBytes, isPlugged, makeBlob, print, printData, set, setAddrPattern, setAddrPattern, setArguments, timetag, toString, typetag
 
Methods inherited from class oscP5.OscPacket
address, netaddress, netAddress, port, tcpConnection
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OscIn

public OscIn(OscMessage theOscMessage)
Deprecated. 
Method Detail

getInt

public int getInt(int thePos)
Deprecated. 

getChar

public char getChar(int thePos)
Deprecated. 

getFloat

public float getFloat(int thePos)
Deprecated. 

getString

public String getString(int thePos)
Deprecated. 

getBlob

public byte[] getBlob(int thePos)
Deprecated. 

getMidiBytes

public int[] getMidiBytes(int thePos)
Deprecated. 

getMidi

public int[] getMidi(int thePos)
Deprecated. 

getBoolean

public boolean getBoolean(int thePos)
Deprecated. 

getDataList

public ArrayList getDataList()
Deprecated. 
this is only for christian's and jens' table communication with vvvv.

Returns:
ArrayList


processing library oscP5 by Andreas Schlegel. (c) 2004-2011