Table of Contents

Class TimeStampInput

Namespace
Loehnert.Lisrt.IO.Beckhoff.Channels
Assembly
Loehnert.Lisrt.IO.Beckhoff.dll

Represents a base class for a Beckhoff IO digital time stamp input.

public class TimeStampInput : DigitalInput, INotifyPropertyChangedEx, ILisrtModule, INotifyPropertyChanged, IHasDeviceLabel, IDigitalInput, IHasKey, IHasDescription, IRecordable
Inheritance
PropertyChangedBase
TimeStampInput
Implements
INotifyPropertyChangedEx
Inherited Members
PropertyChangedBase.Refresh()
PropertyChangedBase.IsNotifying
PropertyChangedBase.PropertyChanged

Properties

LatestFallingEdge

Gets the time stamp of the latest falling edge as UTC.

public DateTime LatestFallingEdge { get; }

Property Value

DateTime

LatestRisingEdge

Gets the time stamp of the latest rising edge as UTC.

public DateTime LatestRisingEdge { get; }

Property Value

DateTime