Package | Description |
---|---|
com.illposed.osc | |
com.illposed.osc.utility |
Modifier and Type | Class and Description |
---|---|
class |
OSCBundle
The Class OSCBundle.
|
class |
OSCMessage
The Class OSCMessage.
|
Modifier and Type | Method and Description |
---|---|
OSCPacket[] |
OSCBundle.getPackets()
Get the packets contained in this bundle
|
Modifier and Type | Method and Description |
---|---|
void |
OSCBundle.addPacket(OSCPacket packet)
Add a packet to the list of packets in this bundle
|
void |
OSCPortOut.send(OSCPacket aPacket) |
Constructor and Description |
---|
OSCBundle(OSCPacket[] newPackets) |
OSCBundle(OSCPacket[] newPackets,
java.util.Date newTimestamp) |
Modifier and Type | Method and Description |
---|---|
OSCPacket |
OSCByteArrayToJavaConverter.convert(byte[] byteArray,
int bytesLength)
Helper object for converting from a byte array to Java objects
|
Modifier and Type | Method and Description |
---|---|
void |
OSCPacketDispatcher.dispatchPacket(OSCPacket packet)
Dispatch packet.
|
void |
OSCPacketDispatcher.dispatchPacket(OSCPacket packet,
java.util.Date timestamp)
Dispatch packet.
|