Bespoke Open Sound Control Library
OscServer Constructor (transportType, ipAddress, port, multicastAddress, transmissionType)
NamespacesBespoke.Common.OscOscServerOscServer(TransportType, IPAddress, Int32, IPAddress, TransmissionType)
Creates a new instance of OscServer.
Declaration Syntax
C#Visual BasicVisual C++
public OscServer(
	TransportType transportType,
	IPAddress ipAddress,
	int port,
	IPAddress multicastAddress,
	TransmissionType transmissionType
)
Public Sub New ( _
	transportType As TransportType, _
	ipAddress As IPAddress, _
	port As Integer, _
	multicastAddress As IPAddress, _
	transmissionType As TransmissionType _
)
public:
OscServer(
	TransportType transportType, 
	IPAddress^ ipAddress, 
	int port, 
	IPAddress^ multicastAddress, 
	TransmissionType transmissionType
)
Parameters
transportType (TransportType)
The underlying transport protocol.
ipAddress (IPAddress)
The local IP address to bind to.
port (Int32)
The UDP port to bind to.
multicastAddress (IPAddress)
The multicast IP address to join.
transmissionType (TransmissionType)
The transmission type for the server to use.
Remarks
If ipAddress is specified, Unicast; otherwise, if multicastAddress is specified, Multicast.

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