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
           
 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 OSCSerialPort.send(OSCPacket aPacket)
          Send an OSC packet out our open serial port
 void OSCPortOut.send(OSCPacket aPacket)
           
 

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

Uses of OSCPacket in com.illposed.osc.utility
 

Methods in com.illposed.osc.utility that return OSCPacket
 OSCPacket OSCByteArrayToJavaConverter.convert(byte[] byteArray, int bytesLen)
           
 

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