Table of Contents

Class SFCLastScan

Namespace
L5Sharp.Enums
Assembly
L5Sharp.dll

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

SFCLastScan

DontScan

Represents a 'DontScan' SFCLastScan value.

public static readonly SFCLastScan DontScan

Field Value

SFCLastScan

ProgrammaticReset

Represents a 'ProgrammaticReset' SFCLastScan value.

public static readonly SFCLastScan ProgrammaticReset

Field Value

SFCLastScan