Namespace Vortex.Connector.ValueTypes
Classes
NamespaceDoc
Vortex.Connector.ValueValidation namespace contains types that provide access to the value tags of the PLC.
OnlinerBaseType
Base non-generic class for onliner types
OnlinerBaseType<T>
Base generic class for onliner types. Instance of OnlinerBaseType<T> is commonly referred to as 'tag' or 'PLC tag'.
OnlinerBit
Class providing access to the BIT type online variable.
OnlinerBool
Class providing access to the BOOL type online variable.
OnlinerByte
Class providing access to the BYTE type online variable.
OnlinerDate
Class providing access to the DATE type online variable.
OnlinerDateTime
Class providing access to the DATE_AND_TIME (DT) type online variable.
OnlinerDInt
Class providing access to the DINT type online variable.
OnlinerDWord
Class providing access to the DWORD type online variable.
OnlinerInt
Class providing access to the INT type online variable.
OnlinerLInt
Class providing access to the LINT type online variable.
OnlinerLReal
Class providing access to the LREAL type online variable.
OnlinerLTime
Class providing access to the LTIME type online variable.
OnlinerLWord
Class providing access to the LWORD type online variable.
OnlinerReal
Class providing access to the REAL type online variable.
OnlinerSInt
Class providing access to the SINT type online variable.
OnlinerString
Class providing access to the STRING type online variable.
OnlinerTime
Class providing access to the TIME type online variable.
OnlinerTimeOfDay
Class providing access to the TIME_OF_DAY type online variable.
OnlinerUDInt
Class providing access to the UDINT type online variable.
OnlinerUInt
Class providing access to the UINT type online variable.
OnlinerULInt
Class providing access to the ULINT type online variable.
OnlinerUSInt
Class providing access to the USINT type online variable.
OnlinerWord
Class providing access to the WORD type online variable.
OnlinerWString
Class providing access to the WSTRING type online variable.
ValueChangedEventArgs
Provides class for encapsulation of arguments for ValueChangedEventHandlerDelegate.
Enums
ReadWriteAccess
Enumerates permitted access to a tag member.
Delegates
OnlinerBaseType.ValueChangeDelegate
Provides delegate for detection of a change of tag value.
ValueChangedEventHandlerDelegate
Provides delegate for notification of tags value change.