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

Parameters

sourceEndPoint
Type: System.Net..::.IPEndPoint
The packet origin.
timeStamp
Type: System..::.Int64
The creation time of the bundle.

See Also