OSCPacket

An OSC packet is the base class for the OSC message and bundle.

Members

Properties

data
ubyte[] data [@property getter]

Converts the packet into a byte array.

Static functions

_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.
_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.
_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.
_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.
parse
OSCPacket parse(ubyte[] data)

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

Meta