Namespace Vortex.Connector.ValueTypes.Shadows
Classes
NamespaceDoc
Vortex.Connector.ValueTypes.Shadows namespace contains interfaces to shadow variables of PLC tags.
Interfaces
IShadow<T>
Implementation contract for base types tags to access shadow values.
IShadowBit
Defines contract to access shadow value of System.Boolean; BOOL type of the PLC.
IShadowBool
Defines contract to access shadow value of System.Boolean; BOOL type of the PLC.
IShadowByte
Defines contract to access shadow value of System.Byte; BYTE type of the PLC.
IShadowDate
Defines contract to access shadow value of System.DateTime; DATE type of the PLC.
IShadowDateTime
Defines contract to access shadow value of System.DateTime; DATE_AND_TIME (DT) type of the PLC.
IShadowDInt
Defines contract to access shadow value of System.Int32; DINT type of the PLC.
IShadowDWord
Defines contract to access shadow value of System.UInt32; DWORD type of the PLC.
IShadowInt
Defines contract to access shadow value of System.Int16; INT type of the PLC.
IShadowLInt
Defines contract to access shadow value of System.Int64; LINT type of the PLC.
IShadowLReal
Defines contract to access shadow value of System.Double; LREAL type of the PLC.
IShadowLTime
Defines contract to access shadow value of System.TimeSpan; LTIME type of the PLC.
IShadowLWord
Defines contract to access shadow value of System.UInt64; LWORD type of the PLC.
IShadowReal
Defines contract to access shadow value of System.Single; REAL type of the PLC.
IShadowSInt
Defines contract to access shadow value of System.SByte; SINT type of the PLC.
IShadowString
Defines contract to access shadow value of System.String; STRING type of the PLC.
IShadowTime
Defines contract to access shadow value of System.TimeSpan; TIME type of the PLC.
IShadowTimeOfDay
Defines contract to access shadow value of System.TimeSpan; TIME_OF_DAY (TOD) type of the PLC.
IShadowUDInt
Defines contract to access shadow value of System.UInt32; UDINT type of the PLC.
IShadowUInt
Defines contract to access shadow value of System.UInt16; UINT type of the PLC.
IShadowULInt
Defines contract to access shadow value of System.UInt64; ULINT type of the PLC.
IShadowUSInt
Defines contract to access shadow value of System.Byte; USINT type of the PLC.
IShadowWord
Defines contract to access shadow value of System.UInt16; WORD type of the PLC.
IShadowWString
Defines contract to access shadow value of System.String; WSTRING type of the PLC.