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

Parameters

sourceEndPoint
Type: System.Net..::.IPEndPoint
The packet origin.
timeStamp
Type: System..::.Int64
The creation time of the bundle.
client
Type: Bespoke.Common.Osc..::.OscClient
The destination of sent packets when using TransportType.Tcp.

See Also