UDPPacketInformation Constructor |
Constructs a new UDPPacketInformation.
Namespace: Demo3D.Net.ProtocolsAssembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntaxpublic UDPPacketInformation(
RealTime timeQPC,
DateTime timeSystem
)
Parameters
- timeQPC RealTime
- The eal time the packet arrived.
- timeSystem DateTime
- The real time the packet arrived.
See Also