OscPacket Constructor Bespoke Osc Library
Initializes a new instance of the OscPacket 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 ( _
	sourceEndPoint As IPEndPoint, _
	address As String, _
	Optional client As OscClient = Nothing _
)
See Also