Class ConnectionType
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
Input
Represents an Input ConnectionType value.
public static readonly ConnectionType Input
  Field Value
MotionAsync
Represents an MotionAsync ConnectionType value.
public static readonly ConnectionType MotionAsync
  Field Value
MotionEvent
Represents an MotionEvent ConnectionType value.
public static readonly ConnectionType MotionEvent
  Field Value
MotionSync
Represents an MotionSync ConnectionType value.
public static readonly ConnectionType MotionSync
  Field Value
Output
Represents an Output ConnectionType value.
public static readonly ConnectionType Output
  Field Value
SafetyInput
Represents an SafetyInput ConnectionType value.
public static readonly ConnectionType SafetyInput
  Field Value
SafetyInputDataDriven
Represents an SafetyOutput ConnectionType value.
public static readonly ConnectionType SafetyInputDataDriven
  Field Value
SafetyOutput
Represents an SafetyOutput ConnectionType value.
public static readonly ConnectionType SafetyOutput
  Field Value
SafetyOutputDataDriven
Represents an SafetyOutput ConnectionType value.
public static readonly ConnectionType SafetyOutputDataDriven
  Field Value
StandardDataDriven
Represents an SafetyOutput ConnectionType value.
public static readonly ConnectionType StandardDataDriven
  Field Value
Unknown
Represents an Unknown ConnectionType value.
public static readonly ConnectionType Unknown