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

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