Click or drag to resize

UDPPacketInformation Constructor

Constructs a new UDPPacketInformation.

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

Parameters

timeQPC
Type: Demo3D.EventQueueRealTime
The eal time the packet arrived.
timeSystem
Type: SystemDateTime
The real time the packet arrived.
See Also