AX#

Search Results for

    Show / Hide Table of Contents

    Class OnlinerUDInt

    Class providing access to the UDINT type online variable.

    Inheritance
    object
    OnlinerBase
    OnlinerBase<uint>
    OnlinerUDInt
    WebApiUdInt
    Implements
    ITwinPrimitive
    ITwinElement
    INotifyPropertyChanged
    IValueBoundaries<uint>
    IOnlineUDInt
    IOnline<uint>
    IShadowUDInt
    IShadow<uint>
    Inherited Members
    OnlinerBase<uint>.validator
    OnlinerBase<uint>.EditValueChange
    OnlinerBase<uint>.ShadowValueChange
    OnlinerBase<uint>.Validator
    OnlinerBase<uint>.SetLastValue
    OnlinerBase<uint>.CyclicToWrite
    OnlinerBase<uint>.Cyclic
    OnlinerBase<uint>.GetCyclic(CultureInfo)
    OnlinerBase<uint>.Edit
    OnlinerBase<uint>.Shadow
    OnlinerBase<uint>.Raw
    OnlinerBase<uint>.AttributeUnits
    OnlinerBase<uint>.AttributeToolTip
    OnlinerBase<uint>.GetAttributeToolTip(CultureInfo)
    OnlinerBase<uint>.VariableInfo
    OnlinerBase<uint>.ReadFromPlcIsRequested
    OnlinerBase<uint>.AttributeMaximum
    OnlinerBase<uint>.AttributeMinimum
    OnlinerBase<uint>.LastValue
    OnlinerBase<uint>.IsSubscribed
    OnlinerBase<uint>.UpdateRead(uint)
    OnlinerBase<uint>.GetLastAvailableValue()
    OnlinerBase<uint>.InitializeDefaults()
    OnlinerBase<uint>.GetAsync()
    OnlinerBase<uint>.GetAsync(CultureInfo)
    OnlinerBase<uint>.SetAsync(uint)
    OnlinerBase<uint>.ShadowValueChangeEvent
    OnlinerBase<uint>.HasWriteAccess()
    OnlinerBase<uint>.ReadFromItem()
    OnlinerBase<uint>.WriteItem()
    OnlinerBase<uint>.GetDeclaringAssembly()
    OnlinerBase<uint>.FromOnlineToShadow()
    OnlinerBase<uint>.FromShadowToOnline()
    OnlinerBase.PollingInterval
    OnlinerBase.AttributeFormatString
    OnlinerBase.SymbolTail
    OnlinerBase.Parent
    OnlinerBase.SubscribeForPeriodicReading()
    OnlinerBase.ReadWriteAccess
    OnlinerBase.MakeReadOnly()
    OnlinerBase.ReadOnce
    OnlinerBase.MakeReadOnce()
    OnlinerBase.GetSymbolTail()
    OnlinerBase.GetParent()
    OnlinerBase.Poll()
    OnlinerBase.Interpreter
    OnlinerBase.Subscribe(ValueChangedEventHandlerDelegate)
    OnlinerBase.Subscribe()
    OnlinerBase.UnSubscribe(ValueChangedEventHandlerDelegate)
    OnlinerBase.AccessStatus
    OnlinerBase.Symbol
    OnlinerBase.AttributeName
    OnlinerBase.GetAttributeName(CultureInfo)
    OnlinerBase.HumanReadable
    OnlinerBase.GetHumanReadable(CultureInfo)
    OnlinerBase.CreateSymbol(string, string)
    OnlinerBase.ValueChangeEvent
    OnlinerBase.GetValueChangeEventSubscribers()
    OnlinerBase.OnValueChangeEvent(object)
    OnlinerBase.PropertyChanged
    OnlinerBase.NotifyPropertyChanged(string)
    OnlinerBase.AddToPeriodicQueue()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: AXSharp.Connector.ValueTypes
    Assembly: AXSharp.Connector.dll
    Syntax
    public class OnlinerUDInt : OnlinerBase<uint>, ITwinPrimitive, ITwinElement, INotifyPropertyChanged, IValueBoundaries<uint>, IOnlineUDInt, IOnline<uint>, IShadowUDInt, IShadow<uint>

    Constructors

    | Edit this page View Source

    OnlinerUDInt()

    Initializes a new instance of the OnlinerUDInt class.

    Declaration
    public OnlinerUDInt()
    | Edit this page View Source

    OnlinerUDInt(ITwinObject, string, string)

    Initializes a new instance of the OnlinerUDInt class.

    Declaration
    public OnlinerUDInt(ITwinObject parent, string readableTail, string symbolTail)
    Parameters
    Type Name Description
    ITwinObject parent

    Parent object of this instance.

    string readableTail

    Human readable tail of this instance.

    string symbolTail

    Symbol tail of this instance.

    Fields

    | Edit this page View Source

    MaxValue

    Gets the max value of OnlinerUDInt.

    Declaration
    public static readonly uint MaxValue
    Field Value
    Type Description
    uint
    | Edit this page View Source

    MinValue

    Gets the min value of OnlinerUDInt.

    Declaration
    public static readonly uint MinValue
    Field Value
    Type Description
    uint

    Properties

    | Edit this page View Source

    InstanceMaxValue

    Gets the max value for this instance.

    Declaration
    public override uint InstanceMaxValue { get; }
    Property Value
    Type Description
    uint
    Overrides
    OnlinerBase<uint>.InstanceMaxValue
    | Edit this page View Source

    InstanceMinValue

    Gets the min value for this instance.

    Declaration
    public override uint InstanceMinValue { get; }
    Property Value
    Type Description
    uint
    Overrides
    OnlinerBase<uint>.InstanceMinValue

    Implements

    ITwinPrimitive
    ITwinElement
    INotifyPropertyChanged
    IValueBoundaries<T>
    IOnlineUDInt
    IOnline<T>
    IShadowUDInt
    IShadow<T>

    Extension Methods

    TranslatorExtension.Translate(ITwinElement, string, CultureInfo)
    TwinObjectExtensions.HasAttribute<T>(ITwinElement)
    TwinObjectExtensions.StartPolling(ITwinElement, int, object)
    TwinObjectExtensions.StopPolling(ITwinElement, object)
    TwinPrimitiveExtensions.GetAttribute<T>(ITwinElement)
    TwinPrimitiveExtensions.GetPropertyInfoViaSymbol(ITwinElement)
    TwinPrimitiveExtensions.GetCyclicValue<T>(OnlinerBase)
    TwinPrimitiveExtensions.GetLastValue<T>(OnlinerBase)
    TwinPrimitiveExtensions.GetShadowValue<T>(OnlinerBase)
    TwinPrimitiveExtensions.SetCyclicValue<T>(OnlinerBase, T)
    TwinPrimitiveExtensions.SetShadowValue<T>(OnlinerBase, T)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors