Creates a new instance of OscMessage.

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 OscMessage(
	IPEndPoint sourceEndPoint,
	string address,
	OscClient client
)
Visual Basic (Declaration)
Public Sub New ( _
	sourceEndPoint As IPEndPoint, _
	address As String, _
	client As OscClient _
)
Visual C++
public:
OscMessage(
	IPEndPoint^ sourceEndPoint, 
	String^ address, 
	OscClient^ client
)

Parameters

sourceEndPoint
Type: System.Net..::.IPEndPoint
The packet origin.
address
Type: System..::.String
The OSC address pattern.
client
Type: Bespoke.Common.Osc..::.OscClient
The destination of sent packets when using TransportType.Tcp.

See Also