Bespoke Open Sound Control Library
OscServer Constructor (port, multicastAddress)
NamespacesBespoke.Common.OscOscServerOscServer(Int32, IPAddress)
Creates a new instance of OscServer.
Declaration Syntax
C#Visual BasicVisual C++
public OscServer(
	int port,
	IPAddress multicastAddress
)
Public Sub New ( _
	port As Integer, _
	multicastAddress As IPAddress _
)
public:
OscServer(
	int port, 
	IPAddress^ multicastAddress
)
Parameters
port (Int32)
The UDP port to bind to.
multicastAddress (IPAddress)
The multicast IP address to join.
Remarks
TransmissionType.Multicast.

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