Bespoke Open Sound Control Library
OscPacket Constructor (sourceEndPoint, address)
NamespacesBespoke.Common.OscOscPacketOscPacket(IPEndPoint, String)
Creates a new instance of OscPacket.
Declaration Syntax
C#Visual BasicVisual C++
public OscPacket(
	IPEndPoint sourceEndPoint,
	string address
)
Public Sub New ( _
	sourceEndPoint As IPEndPoint, _
	address As String _
)
public:
OscPacket(
	IPEndPoint^ sourceEndPoint, 
	String^ address
)
Parameters
sourceEndPoint (IPEndPoint)
The packet origin.
address (String)
The OSC address pattern.

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