Package heronarts.lx.osc
Class OscInfinitum
java.lang.Object
heronarts.lx.osc.OscSentinel
heronarts.lx.osc.OscInfinitum
- All Implemented Interfaces:
OscArgument
-
Constructor Summary
-
Method Summary
Methods inherited from class heronarts.lx.osc.OscSentinel
getByteLength, serialize
-
Constructor Details
-
OscInfinitum
public OscInfinitum()
-
-
Method Details
-
getTypeTag
public char getTypeTag()Description copied from interface:OscArgument
Returns the type tag used to encode this argument- Returns:
- Type-tag character for this argument
-
toInt
public int toInt()Description copied from interface:OscArgument
Gets an integer value of this argument- Returns:
- Integer value of this argument
-
toFloat
public float toFloat() -
toDouble
public double toDouble() -
toBoolean
public boolean toBoolean()
-