Click or drag to resize

UdpBroadcastClient Constructor

Constructs a UDP broadcaster using a specified port number.

Namespace: Orthogonal.MixedCommsLib
Assembly: Orthogonal.MixedCommsLib (in Orthogonal.MixedCommsLib.dll) Version: 2.0.3
Syntax
C#
public UdpBroadcastClient(
	int port = 54667
)

Parameters

port  Int32  (Optional)
The broadcast port number in the range 1024 to 65535. Default is 54667.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown if the port is not in the range 1024 to 65535.
See Also