Table of Contents

Class ModuleCategory

Namespace
L5Sharp.Enums
Assembly
L5Sharp.dll

Represents an enumeration of ModuleCategory for a given Module.

public sealed class ModuleCategory : LogixEnum<ModuleCategory, string>, IEquatable<LogixEnum<ModuleCategory, string>>, IComparable<LogixEnum<ModuleCategory, string>>
Inheritance
ModuleCategory
Implements
Inherited Members

Fields

Analog

Represents an Analog ModuleCategory.

public static readonly ModuleCategory Analog

Field Value

ModuleCategory

Communication

Represents a Communication ModuleCategory.

public static readonly ModuleCategory Communication

Field Value

ModuleCategory

Controller

Represents a Controller ModuleCategory.

public static readonly ModuleCategory Controller

Field Value

ModuleCategory

Digital

Represents a Digital ModuleCategory.

public static readonly ModuleCategory Digital

Field Value

ModuleCategory

Input

Represents an Analog ModuleCategory.

public static readonly ModuleCategory Input

Field Value

ModuleCategory

Motion

Represents a Motion ModuleCategory.

public static readonly ModuleCategory Motion

Field Value

ModuleCategory

Specialty

Represents a Specialty ModuleCategory.

public static readonly ModuleCategory Specialty

Field Value

ModuleCategory