Click or drag to resize

PacketTimeStamp Property

Gets an event time stamp of the packet's echo or arrival.

Namespace:  RRAutoLib.Loconet
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
Public ReadOnly Property TimeStamp As Double
	Get

Property Value

Type: Double
The number of seconds elapsed since the LoconetService was started.
Remarks
When the LoconetService is started, the internal running timer used to mark packet events is reset to 0. For outgoing packets, their time stamp is marked, when the Loconet interface echoes their successful transmission. For incoming packets the mark occurs on packet arrival.
See Also