Table of Contents

Class ConnectionType

Namespace
L5Sharp.Enums
Assembly
L5Sharp.dll

An enumeration of all ConnectionType values for a given Logix Connection

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

Fields

DiagnosticInput

Represents an Output ConnectionType value.

public static readonly ConnectionType DiagnosticInput

Field Value

ConnectionType

Input

Represents an Input ConnectionType value.

public static readonly ConnectionType Input

Field Value

ConnectionType

MotionAsync

Represents an MotionAsync ConnectionType value.

public static readonly ConnectionType MotionAsync

Field Value

ConnectionType

MotionEvent

Represents an MotionEvent ConnectionType value.

public static readonly ConnectionType MotionEvent

Field Value

ConnectionType

MotionSync

Represents an MotionSync ConnectionType value.

public static readonly ConnectionType MotionSync

Field Value

ConnectionType

Output

Represents an Output ConnectionType value.

public static readonly ConnectionType Output

Field Value

ConnectionType

SafetyInput

Represents an SafetyInput ConnectionType value.

public static readonly ConnectionType SafetyInput

Field Value

ConnectionType

SafetyInputDataDriven

Represents an SafetyOutput ConnectionType value.

public static readonly ConnectionType SafetyInputDataDriven

Field Value

ConnectionType

SafetyOutput

Represents an SafetyOutput ConnectionType value.

public static readonly ConnectionType SafetyOutput

Field Value

ConnectionType

SafetyOutputDataDriven

Represents an SafetyOutput ConnectionType value.

public static readonly ConnectionType SafetyOutputDataDriven

Field Value

ConnectionType

StandardDataDriven

Represents an SafetyOutput ConnectionType value.

public static readonly ConnectionType StandardDataDriven

Field Value

ConnectionType

Unknown

Represents an Unknown ConnectionType value.

public static readonly ConnectionType Unknown

Field Value

ConnectionType