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

Parameters

sourceEndPoint
Type: System.Net..::.IPEndPoint
The packet origin.
address
Type: System..::.String
The OSC address pattern.
value
Type: System..::.Object
A value to append to the message.

See Also