Namespace AXSharp.Connector.ValueTypes.Shadows
Interfaces
IShadowBool
Defines contract to access shadow value of bool; BOOL type of the PLC.
IShadowByte
Defines contract to access shadow value of byte; BYTE type of the PLC.
IShadowChar
Defines contract to access shadow value of char; WCHAR type of the PLC.
IShadowDInt
Defines contract to access shadow value of int; DINT type of the PLC.
IShadowDWord
Defines contract to access shadow value of uint; DWORD type of the PLC.
IShadowDate
Defines contract to access shadow value of DateTime; DATE type of the PLC.
IShadowDateTime
Defines contract to access shadow value of DateTime; DATE_AND_TIME (DT) type of the PLC.
IShadowInt
Defines contract to access shadow value of short; INT type of the PLC.
IShadowLDateTime
Defines contract to access shadow value of DateTime; DATE_AND_TIME (DT) type of the PLC.
IShadowLInt
Defines contract to access shadow value of long; LINT type of the PLC.
IShadowLReal
Defines contract to access shadow value of double; LREAL type of the PLC.
IShadowLTime
Defines contract to access shadow value of TimeSpan; LTIME type of the PLC.
IShadowLTimeOfDay
Defines contract to access shadow value of TimeSpan; TIME_OF_DAY (TOD) type of the PLC.
IShadowLWord
Defines contract to access shadow value of ulong; LWORD type of the PLC.
IShadowReal
Defines contract to access shadow value of float; REAL type of the PLC.
IShadowSInt
Defines contract to access shadow value of sbyte; SINT type of the PLC.
IShadowString
Defines contract to access shadow value of string; STRING type of the PLC.
IShadowTime
Defines contract to access shadow value of TimeSpan; TIME type of the PLC.
IShadowTimeOfDay
Defines contract to access shadow value of TimeSpan; TIME_OF_DAY (TOD) type of the PLC.
IShadowUDInt
Defines contract to access shadow value of uint; UDINT type of the PLC.
IShadowUInt
Defines contract to access shadow value of ushort; UINT type of the PLC.
IShadowULInt
Defines contract to access shadow value of ulong; ULINT type of the PLC.
IShadowUSInt
Defines contract to access shadow value of byte; USINT type of the PLC.
IShadowWChar
Defines contract to access shadow value of char; WCHAR type of the PLC.
IShadowWString
Defines contract to access shadow value of string; WSTRING type of the PLC.
IShadowWord
Defines contract to access shadow value of ushort; WORD type of the PLC.
IShadow<T>
Implementation contract for base types tags to access shadow values.