Class SFCLastScan
Represents an enumeration of all SFCLastScan options for a given Controller.
public sealed class SFCLastScan : LogixEnum<SFCLastScan, string>, IEquatable<LogixEnum<SFCLastScan, string>>, IComparable<LogixEnum<SFCLastScan, string>>
  - Inheritance
 - 
      
      
      SFCLastScan
 
- Implements
 
- Inherited Members
 
Fields
AutomaticReset
Represents a 'AutomaticReset' SFCLastScan value.
public static readonly SFCLastScan AutomaticReset
  Field Value
DontScan
Represents a 'DontScan' SFCLastScan value.
public static readonly SFCLastScan DontScan
  Field Value
ProgrammaticReset
Represents a 'ProgrammaticReset' SFCLastScan value.
public static readonly SFCLastScan ProgrammaticReset