AX#

Search Results for

    Show / Hide Table of Contents

    Namespace AXSharp.Connector.ValueTypes.Online

    Interfaces

    IOnlineBool

    Defines contract to access online value of bool; BOOL type of the PLC.

    IOnlineByte

    Defines contract to access online value of byte; BUTE type of the PLC.

    IOnlineChar

    Defines contract to access online value of char; WCHAR type of the PLC.

    IOnlineDInt

    Defines contract to access online value of int; DINT type of the PLC.

    IOnlineDWord

    Defines contract to access online value of uint; DWORD type of the PLC.

    IOnlineDate

    Defines contract to access online value of DateTime; DATE type of the PLC.

    IOnlineDateTime

    Defines contract to access online value of DateTime; DATE_AND_TIME (DT) type of the PLC.

    IOnlineInt

    Defines contract to access online value of short; INT type of the PLC.

    IOnlineLDateTime

    Defines contract to access online value of DateTime; DATE_AND_TIME (DT) type of the PLC.

    IOnlineLInt

    Defines contract to access online value of long; LINT type of the PLC.

    IOnlineLReal

    Defines contract to access online value of double; LREAL type of the PLC.

    IOnlineLTime

    Defines contract to access online value of TimeSpan; LTIME type of the PLC.

    IOnlineLTimeOfDay

    Defines contract to access online value of TimeSpan; TIME_OF_DAY (TOD) type of the PLC.

    IOnlineLWord

    Defines contract to access online value of ulong; LWORD type of the PLC.

    IOnlineReal

    Defines contract to access online value of float; REAL type of the PLC.

    IOnlineSInt

    Defines contract to access online value of sbyte; SINT type of the PLC.

    IOnlineString

    Defines contract to access online value of string; STRING type of the PLC.

    IOnlineTime

    Defines contract to access online value of TimeSpan; TIME type of the PLC.

    IOnlineTimeOfDay

    Defines contract to access online value of TimeSpan; TIME_OF_DAY (TOD) type of the PLC.

    IOnlineUDInt

    Defines contract to access online value of uint; UDINT type of the PLC.

    IOnlineUInt

    Defines contract to access online value of ushort; UINT type of the PLC.

    IOnlineULInt

    Defines contract to access online value of ulong; ULINT type of the PLC.

    IOnlineUSInt

    Defines contract to access online value of byte; USINT type of the PLC.

    IOnlineWChar

    Defines contract to access online value of char; WCHAR type of the PLC.

    IOnlineWString

    Defines contract to access online value of string; WSTRING type of the PLC.

    IOnlineWord

    Defines contract to access online value of ushort; WORD type of the PLC.

    IOnline<T>

    Implementation contract for base types tags to access online values from the PLC.

    In this article
    Back to top Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors