OscServer Constructor (IPAddress, Int32, Boolean)Bespoke Osc Library
Creates a new instance of OscServer.

Namespace: Bespoke.Common.Osc
Assembly: Bespoke.Common.Osc (in Bespoke.Common.Osc.dll) Version: 5.0.0.0 (5.0.0.0)
Syntax

Public Sub New ( _
	multicastAddress As IPAddress, _
	port As Integer, _
	Optional consumeParsingExceptions As Boolean = True _
)

Parameters

multicastAddress
Type: OnlineSystem.Net IPAddress
The multicast IP address to join.
port
Type: OnlineSystem Int32
The UDP port to bind to.
consumeParsingExceptions (Optional)
Type: OnlineSystem Boolean
Specifies the behavior of handling parsing exceptions.
Remarks

TransmissionType.Multicast.
See Also