Table of Contents

Class DataFormat

Namespace
L5Sharp.Enums
Assembly
L5Sharp.dll

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

DataFormat

Decorated

Represents a common verbose formatted data structure.

public static readonly DataFormat Decorated

Field Value

DataFormat

L5K

Represents L5K formatted data structure.

public static readonly DataFormat L5K

Field Value

DataFormat

Message

Represents Message formatted data structure.

public static readonly DataFormat Message

Field Value

DataFormat

String

Represents String formatted data structure.

public static readonly DataFormat String

Field Value

DataFormat

Supported

A list of all data formats that are supported for deserialization of the library.

public static readonly IEnumerable<DataFormat> Supported

Field Value

IEnumerable<DataFormat>