Bespoke Open Sound Control Library
OscBundle Constructor (sourceEndPoint, timeStamp)
NamespacesBespoke.Common.OscOscBundleOscBundle(IPEndPoint, Int64)
Creates a new instance of OscBundle.
Declaration Syntax
C#Visual BasicVisual C++
public OscBundle(
	IPEndPoint sourceEndPoint,
	long timeStamp
)
Public Sub New ( _
	sourceEndPoint As IPEndPoint, _
	timeStamp As Long _
)
public:
OscBundle(
	IPEndPoint^ sourceEndPoint, 
	long long timeStamp
)
Parameters
sourceEndPoint (IPEndPoint)
The packet origin.
timeStamp (Int64)
The creation time of the bundle.

Assembly: Bespoke.Common.Osc (Module: Bespoke.Common.Osc) Version: 4.3.0.0 (4.3.0.0)