Create the UDP server

Namespace: VVVV.Utils.Network
Assembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871

Syntax

C#
public UDPTimeServer(
	int port
)

Parameters

port
Type: System..::..Int32
The listening port

See Also