Specifies if the packet is an OSC bundle.

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 override bool IsBundle { get; }
Visual Basic (Declaration)
Public Overrides ReadOnly Property IsBundle As Boolean
Visual C++
public:
virtual property bool IsBundle {
	bool get () override;
}

See Also