OSCBundle

A bundle of multiple OSC messages.

Constructors

this
this(SysTime timetag)

Constructs a new OSC bundle.

Members

Properties

data
ubyte[] data [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
timetag
SysTime timetag [@property setter]

Sets the timetag associated to this bundle.

timetag
const(SysTime) timetag [@property getter]

Gets the timetag associated to this bundle.

Variables

messages
OSCMessage[] messages;

List of messages contained in the bundle.

Inherited Members

From OSCPacket

parse
OSCPacket parse(ubyte[] data)

Parses the given binaray data and returns an OSCPacket (a message or a bundle).

data
ubyte[] data [@property getter]

Converts the packet into a byte array.

_parseBundle
OSCBundle _parseBundle(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
_parseMessage
OSCMessage _parseMessage(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
_getAddress
Address _getAddress(ubyte[] data, size_t idx)
Undocumented in source. Be warned that the author may not have intended to support it.
_getTypes
TypeTagString _getTypes(ubyte[] data, size_t idx)
Undocumented in source. Be warned that the author may not have intended to support it.
_get
T _get(ubyte[] data, size_t idx)
Undocumented in source. Be warned that the author may not have intended to support it.
_get
T _get(ubyte[] data, size_t idx)
Undocumented in source. Be warned that the author may not have intended to support it.
_get
T _get(ubyte[] data, size_t idx)
Undocumented in source. Be warned that the author may not have intended to support it.
_get
T _get(ubyte[] data, size_t idx)
Undocumented in source. Be warned that the author may not have intended to support it.
_set
ubyte[] _set(const(T) v)
Undocumented in source. Be warned that the author may not have intended to support it.
_set
ubyte[] _set(const(T) v)
Undocumented in source. Be warned that the author may not have intended to support it.
_set
ubyte[] _set(const(T) v)
Undocumented in source. Be warned that the author may not have intended to support it.
_set
ubyte[] _set(const(T) v)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta