Class:            AbstractOSCPacket

Environment:      Siren
Superclass:         Object
Category:         MusicIO-OSC
Instance variables:   oscBytes

AbstractOSCPacket is the parent of the concrete OSC packet classes.

Subclasses must implement the following messages:
   osc>>toOSCBytes:

Instance Variables:
   oscBytes    my packet contents

osc

toOSCBytes: converter
   

accessing

oscBytes
   

oscSize
   

initialize-release

init
   

MetaClass:         AbstractOSCPacket class