Creates a new instance of OscServer.

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 OscServer(
	int port,
	IPAddress multicastAddress
)
Visual Basic (Declaration)
Public Sub New ( _
	port As Integer, _
	multicastAddress As IPAddress _
)
Visual C++
public:
OscServer(
	int port, 
	IPAddress^ multicastAddress
)

Parameters

port
Type: System..::.Int32
The UDP port to bind to.
multicastAddress
Type: System.Net..::.IPAddress
The multicast IP address to join.

Remarks

TransmissionType.Multicast.

See Also