Uses of Class
com.illposed.osc.OSCPacket

Packages that use OSCPacket
com.illposed.osc   
com.illposed.osc.utility   
 

Uses of OSCPacket in com.illposed.osc
 

Subclasses of OSCPacket in com.illposed.osc
 class OSCBundle
          The Class OSCBundle.
 class OSCMessage
          The Class OSCMessage.
 

Methods in com.illposed.osc that return OSCPacket
 OSCPacket[] OSCBundle.getPackets()
          Get the packets contained in this bundle.
 

Methods in com.illposed.osc with parameters of type OSCPacket
 void OSCBundle.addPacket(OSCPacket packet)
          Add a packet to the list of packets in this bundle.
 void OSCPortOut.send(OSCPacket aPacket)
          Send.
 

Constructors in com.illposed.osc with parameters of type OSCPacket
OSCBundle(OSCPacket[] newPackets)
          Instantiates a new OSC bundle.
OSCBundle(OSCPacket[] newPackets, java.util.Date newTimestamp)
          Instantiates a new OSC bundle.
 

Uses of OSCPacket in com.illposed.osc.utility
 

Methods in com.illposed.osc.utility that return OSCPacket
 OSCPacket OSCByteArrayToJavaConverter.convert(byte[] byteArray, int bytesLength)
          Helper object for converting from a byte array to Java objects.
 

Methods in com.illposed.osc.utility with parameters of type OSCPacket
 void OSCPacketDispatcher.dispatchPacket(OSCPacket packet)
          Dispatch packet.
 void OSCPacketDispatcher.dispatchPacket(OSCPacket packet, java.util.Date timestamp)
          Dispatch packet.