Gets the OscPacket received.

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 OscPacket Packet { get; }
Visual Basic (Declaration)
Public ReadOnly Property Packet As OscPacket
Visual C++
public:
property OscPacket^ Packet {
	OscPacket^ get ();
}

See Also