Creates a new instance of OscPacketReceivedEventArgs

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 OscPacketReceivedEventArgs(
	OscPacket packet
)
Visual Basic (Declaration)
Public Sub New ( _
	packet As OscPacket _
)
Visual C++
public:
OscPacketReceivedEventArgs(
	OscPacket^ packet
)

Parameters

packet
Type: Bespoke.Common.Osc..::.OscPacket
The OscPacket received.

See Also