AX#

Search Results for

    Show / Hide Table of Contents

    Class OnlinerUSInt

    Class providing access to the USINT type online variable.

    Inheritance
    object
    OnlinerBase
    OnlinerBase<byte>
    OnlinerUSInt
    WebApiUSInt
    Implements
    ITwinPrimitive
    ITwinElement
    INotifyPropertyChanged
    IValueBoundaries<byte>
    IOnlineUSInt
    IOnline<byte>
    IShadowUSInt
    IShadow<byte>
    Inherited Members
    OnlinerBase<byte>.validator
    OnlinerBase<byte>.EditValueChange
    OnlinerBase<byte>.ShadowValueChange
    OnlinerBase<byte>.Validator
    OnlinerBase<byte>.SetLastValue
    OnlinerBase<byte>.CyclicToWrite
    OnlinerBase<byte>.Cyclic
    OnlinerBase<byte>.GetCyclic(CultureInfo)
    OnlinerBase<byte>.Edit
    OnlinerBase<byte>.Shadow
    OnlinerBase<byte>.Raw
    OnlinerBase<byte>.AttributeUnits
    OnlinerBase<byte>.AttributeToolTip
    OnlinerBase<byte>.GetAttributeToolTip(CultureInfo)
    OnlinerBase<byte>.VariableInfo
    OnlinerBase<byte>.ReadFromPlcIsRequested
    OnlinerBase<byte>.AttributeMaximum
    OnlinerBase<byte>.AttributeMinimum
    OnlinerBase<byte>.LastValue
    OnlinerBase<byte>.IsSubscribed
    OnlinerBase<byte>.UpdateRead(byte)
    OnlinerBase<byte>.GetLastAvailableValue()
    OnlinerBase<byte>.InitializeDefaults()
    OnlinerBase<byte>.GetAsync()
    OnlinerBase<byte>.GetAsync(CultureInfo)
    OnlinerBase<byte>.SetAsync(byte)
    OnlinerBase<byte>.ShadowValueChangeEvent
    OnlinerBase<byte>.HasWriteAccess()
    OnlinerBase<byte>.ReadFromItem()
    OnlinerBase<byte>.WriteItem()
    OnlinerBase<byte>.GetDeclaringAssembly()
    OnlinerBase<byte>.FromOnlineToShadow()
    OnlinerBase<byte>.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 OnlinerUSInt : OnlinerBase<byte>, ITwinPrimitive, ITwinElement, INotifyPropertyChanged, IValueBoundaries<byte>, IOnlineUSInt, IOnline<byte>, IShadowUSInt, IShadow<byte>

    Constructors

    | Edit this page View Source

    OnlinerUSInt()

    Initializes a new instance of the OnlinerUSInt class.

    Declaration
    public OnlinerUSInt()
    | Edit this page View Source

    OnlinerUSInt(ITwinObject, string, string)

    Initializes a new instance of the OnlinerUSInt class.

    Declaration
    public OnlinerUSInt(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 OnlinerUSInt.

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

    MinValue

    Gets the min value of OnlinerUSInt.

    Declaration
    public static readonly byte MinValue
    Field Value
    Type Description
    byte

    Properties

    | Edit this page View Source

    InstanceMaxValue

    Gets the max value for this instance.

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

    InstanceMinValue

    Gets the min value for this instance.

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

    Implements

    ITwinPrimitive
    ITwinElement
    INotifyPropertyChanged
    IValueBoundaries<T>
    IOnlineUSInt
    IOnline<T>
    IShadowUSInt
    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