Creates a new instance of OscBundle.

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

Parameters

sourceEndPoint
Type: System.Net..::.IPEndPoint
The packet origin.

See Also