Table of Contents

Class DataTypeFamily

Namespace
L5Sharp.Enums
Assembly
L5Sharp.dll

An enumeration of all Logix DataTypeFamily options for a given LogixType. Valid options are None and String.

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

Fields

None

Represents no specific data type family. All LogixType objects except StringType should have this option.

public static readonly DataTypeFamily None

Field Value

DataTypeFamily

String

Represents a string family. Only StringType objects should have this option.

public static readonly DataTypeFamily String

Field Value

DataTypeFamily