Class DataFormat
Represents the types of data formats produced by a L5X file.
public class DataFormat : LogixEnum<DataFormat, string>, IEquatable<LogixEnum<DataFormat, string>>, IComparable<LogixEnum<DataFormat, string>>
  - Inheritance
 - 
      
      
      DataFormat
 
- Implements
 
- Inherited Members
 
Fields
Alarm
Represents Alarm formatted data structure.
public static readonly DataFormat Alarm
  Field Value
Decorated
Represents a common verbose formatted data structure.
public static readonly DataFormat Decorated
  Field Value
L5K
Represents L5K formatted data structure.
public static readonly DataFormat L5K
  Field Value
Message
Represents Message formatted data structure.
public static readonly DataFormat Message
  Field Value
String
Represents String formatted data structure.
public static readonly DataFormat String
  Field Value
Supported
A list of all data formats that are supported for deserialization of the library.
public static readonly IEnumerable<DataFormat> Supported