Namespace AXSharp.Connector.ValueTypes
Classes
OnlinerBase
Base non-generic class for onliner types
OnlinerBase<T>
Base generic class for onliner types. Instance of OnlinerBase<T> is commonly referred to as 'tag' or 'PLC tag'.
OnlinerBool
Class providing access to the BOOL type online variable.
OnlinerByte
Class providing access to the BYTE type online variable.
OnlinerChar
Class providing access to the CHAR type online variable.
OnlinerDInt
Class providing access to the DINT type online variable.
OnlinerDWord
Class providing access to the DWORD 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.
OnlinerInt
Class providing access to the INT type online variable.
OnlinerLDateTime
Class providing access to the DATE_AND_TIME (DT) 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.
OnlinerLTimeOfDay
Class providing access to the TIME_OF_DAY 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.
OnlinerWChar
Class providing access to the WCHAR type online variable.
OnlinerWString
Class providing access to the WSTRING type online variable.
OnlinerWord
Class providing access to the WORD type online variable.
ValueChangedEventArgs
Provides class for encapsulation of arguments for ValueChangedEventHandlerDelegate.
Enums
ReadWriteAccess
Enumerates permitted access to a tag member.
Delegates
OnlinerBase.ValueChangeDelegate
Provides delegate for detection of a change of tag value.
ValueChangedEventHandlerDelegate
Provides delegate for notification of tags value change.