Bespoke Open Sound Control Library
OscMessage Constructor (sourceEndPoint, address, value)
NamespacesBespoke.Common.OscOscMessageOscMessage(IPEndPoint, String, Object)
Creates a new instance of OscMessage.
Declaration Syntax
C#Visual BasicVisual C++
public OscMessage(
	IPEndPoint sourceEndPoint,
	string address,
	Object value
)
Public Sub New ( _
	sourceEndPoint As IPEndPoint, _
	address As String, _
	value As Object _
)
public:
OscMessage(
	IPEndPoint^ sourceEndPoint, 
	String^ address, 
	Object^ value
)
Parameters
sourceEndPoint (IPEndPoint)
The packet origin.
address (String)
The OSC address pattern.
value (Object)
A value to append to the message.

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