public class OscBundle extends OscPacket implements Iterable<OscMessage>
| Constructor and Description |
|---|
OscBundle() |
| Modifier and Type | Method and Description |
|---|---|
OscBundle |
addElement(OscPacket packet) |
List<OscPacket> |
getElements() |
long |
getTimeTag() |
Iterator<OscMessage> |
iterator() |
static OscBundle |
parse(InetAddress source,
byte[] data,
int offset,
int len) |
OscBundle |
setTimeTag(long timeTag) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic long getTimeTag()
public OscBundle setTimeTag(long timeTag)
public static OscBundle parse(InetAddress source, byte[] data, int offset, int len) throws OscException
OscExceptionpublic Iterator<OscMessage> iterator()
iterator in interface Iterable<OscMessage>LX library by Mark C. Slee. © 2012-2020