Table of Contents

Namespace L5Sharp.Types.Atomics

Classes

BOOL

Represents a BOOL Logix atomic data type, or a type analogous to a bool. This object is meant to wrap the DataValue or DataValueMember data for the L5X tag data structure.

DINT

Represents a DINT Logix atomic data type, or a type analogous to a int.

INT

Represents a INT Logix atomic data type, or a type analogous to a short.

LINT

Represents a LINT Logix atomic data type, or a type analogous to a long.

LREAL

Represents a LREAL Logix atomic data type, or a type analogous to a double.

REAL

Represents a REAL Logix atomic data type, or a type analogous to a float.

SINT

Represents a SINT Logix atomic data type, or a type analogous to sbyte.

UDINT

Represents a UDINT Logix atomic data type, or a type analogous to a uint.

UINT

Represents a UINT Logix atomic data type, or a type analogous to a ushort.

ULINT

Represents a ULINT Logix atomic data type, or a type analogous to a ulong.

USINT

Represents a USINT Logix atomic data type, or a type analogous to a byte.