Represents a bundle of OSCMessage objects.

Namespace:  Bespoke.Common.Osc
Assembly:  Bespoke.Common.Osc (in Bespoke.Common.Osc.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public sealed class OscBundle : OscPacket
Visual Basic (Declaration)
Public NotInheritable Class OscBundle _
	Inherits OscPacket
Visual C++
public ref class OscBundle sealed : public OscPacket

Inheritance Hierarchy

System..::.Object
  Bespoke.Common.Osc..::.OscPacket
    Bespoke.Common.Osc..::.OscBundle

See Also