Click or drag to resize

UDPPacketInformation Constructor

Constructs a new UDPPacketInformation.

Namespace: Demo3D.Net.Protocols
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
public UDPPacketInformation(
	RealTime timeQPC,
	DateTime timeSystem
)

Parameters

timeQPC  RealTime
The eal time the packet arrived.
timeSystem  DateTime
The real time the packet arrived.
See Also