Table of Contents

Class CounterValues

Namespace
Loehnert.Lisrt.Laser.Keyence
Assembly
Loehnert.Lisrt.Laser.Keyence.dll

Represents laser counter settings written to laser.

public class CounterValues : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
Inheritance
PropertyChangedBase
CounterValues
Implements
INotifyPropertyChangedEx
Inherited Members
PropertyChangedBase.Refresh()
PropertyChangedBase.IsNotifying
PropertyChangedBase.PropertyChanged

Properties

Counter

Gets or sets counter value.

public int Counter { get; set; }

Property Value

int

Repetitions

Gets or sets marking repetitions value.

public int Repetitions { get; set; }

Property Value

int