Class TimeStampInput
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
-
PropertyChangedBaseTimeStampInput
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Properties
LatestFallingEdge
Gets the time stamp of the latest falling edge as UTC.
public DateTime LatestFallingEdge { get; }
Property Value
LatestRisingEdge
Gets the time stamp of the latest rising edge as UTC.
public DateTime LatestRisingEdge { get; }