Creates a new instance of OscPacket.

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(
	IPEndPoint sourceEndPoint,
	string address
)
Visual Basic (Declaration)
Public Sub New ( _
	sourceEndPoint As IPEndPoint, _
	address As String _
)
Visual C++
public:
OscPacket(
	IPEndPoint^ sourceEndPoint, 
	String^ address
)

Parameters

sourceEndPoint
Type: System.Net..::.IPEndPoint
The packet origin.
address
Type: System..::.String
The OSC address pattern.

See Also