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

Namespace: RRAutoLib.Loconet
Assembly: RRAutoLib (in RRAutoLib.dll) Version: 1.4.4504.18867

Syntax

C#
public double TimeStamp { get; internal set; }
Visual Basic
Public Property TimeStamp As Double
	Get
	Friend Set

Field Value

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