Package heronarts.lx.osc
Class OscBundle
java.lang.Object
heronarts.lx.osc.OscPacket
heronarts.lx.osc.OscBundle
- All Implemented Interfaces:
Iterable<OscMessage>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddElement
(OscPacket packet) long
iterator()
static OscBundle
parse
(InetAddress source, byte[] data, int offset, int len) setTimeTag
(long timeTag) toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
OscBundle
public OscBundle()
-
-
Method Details
-
getElements
-
addElement
-
getTimeTag
public long getTimeTag() -
setTimeTag
-
parse
public static OscBundle parse(InetAddress source, byte[] data, int offset, int len) throws OscException - Throws:
OscException
-
iterator
- Specified by:
iterator
in interfaceIterable<OscMessage>
-
toString
-