Bespoke Open Sound Control Library
OscMessage Constructor (sourceEndPoint, address, client)
NamespacesBespoke.Common.OscOscMessageOscMessage(IPEndPoint, String, OscClient)
Creates a new instance of OscMessage.
Declaration Syntax
C#Visual BasicVisual C++
public OscMessage(
	IPEndPoint sourceEndPoint,
	string address,
	OscClient client
)
Public Sub New ( _
	sourceEndPoint As IPEndPoint, _
	address As String, _
	client As OscClient _
)
public:
OscMessage(
	IPEndPoint^ sourceEndPoint, 
	String^ address, 
	OscClient^ client
)
Parameters
sourceEndPoint (IPEndPoint)
The packet origin.
address (String)
The OSC address pattern.
client (OscClient)
The destination of sent packets when using TransportType.Tcp.

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