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

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