Create UDP time client

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

Syntax

C#
public UDPTimeClient(
	string serverIP,
	int port
)

Parameters

serverIP
Type: System..::..String
Server IP
port
Type: System..::..Int32
Server port (internal listening port is set to server port+1)

See Also