Namespace Vortex.Connector.ValueTypes.Online
Classes
NamespaceDoc
Vortex.Connector.ValueTypes.Online namespace contains interfaces that limit the access to the online variables of the PLC.
Interfaces
IOnline<T>
Implementation contract for base types tags to access online values from the PLC.
IOnlineBit
Defines contract to access online value of System.Boolean; BOOL type of the PLC.
IOnlineBool
Defines contract to access online value of System.Boolean; BOOL type of the PLC.
IOnlineByte
Defines contract to access online value of System.Byte; BUTE type of the PLC.
IOnlineDate
Defines contract to access online value of System.DateTime; DATE type of the PLC.
IOnlineDateTime
Defines contract to access online value of System.DateTime; DATE_AND_TIME (DT) type of the PLC.
IOnlineDInt
Defines contract to access online value of System.Int32; DINT type of the PLC.
IOnlineDWord
Defines contract to access online value of System.UInt32; DWORD type of the PLC.
IOnlineInt
Defines contract to access online value of System.Int16; INT type of the PLC.
IOnlineLInt
Defines contract to access online value of System.Int64; LINT type of the PLC.
IOnlineLReal
Defines contract to access online value of System.Double; LREAL type of the PLC.
IOnlineLTime
Defines contract to access online value of System.TimeSpan; LTIME type of the PLC.
IOnlineLWord
Defines contract to access online value of System.UInt64; LWORD type of the PLC.
IOnlineReal
Defines contract to access online value of System.Single; REAL type of the PLC.
IOnlineSInt
Defines contract to access online value of System.SByte; SINT type of the PLC.
IOnlineString
Defines contract to access online value of System.String; STRING type of the PLC.
IOnlineTime
Defines contract to access online value of System.TimeSpan; TIME type of the PLC.
IOnlineTimeOfDay
Defines contract to access online value of System.TimeSpan; TIME_OF_DAY (TOD) type of the PLC.
IOnlineUDInt
Defines contract to access online value of System.UInt32; UDINT type of the PLC.
IOnlineUInt
Defines contract to access online value of System.UInt16; UINT type of the PLC.
IOnlineULInt
Defines contract to access online value of System.UInt64; ULINT type of the PLC.
IOnlineUSInt
Defines contract to access online value of System.Byte; USINT type of the PLC.
IOnlineWord
Defines contract to access online value of System.UInt16; WORD type of the PLC.
IOnlineWString
Defines contract to access online value of System.String; WSTRING type of the PLC.