OscTimeTag Constructor ( Byte )Bespoke Osc Library
Initializes a new instance of the OscTimeTag class.

Namespace: Bespoke.Common.Osc
Assembly: Bespoke.Common.Osc (in Bespoke.Common.Osc.dll) Version: 5.0.0.0 (5.0.0.0)
Syntax

Public Sub New ( _
	data As Byte() _
)

Parameters

data
Type:  OnlineSystem Byte 
The time stamp to use to set the Osc Time Tag.
See Also