Gets the contents of the packet.

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 Object[] Data { get; }
Visual Basic (Declaration)
Public ReadOnly Property Data As Object()
Visual C++
public:
property array<Object^>^ Data {
	array<Object^>^ get ();
}

See Also