Class OnlinerLWord
Class providing access to the LWORD type online variable.
Implements
Inherited Members
Namespace: AXSharp.Connector.ValueTypes
Assembly: AXSharp.Connector.dll
Syntax
public class OnlinerLWord : OnlinerBase<ulong>, ITwinPrimitive, ITwinElement, INotifyPropertyChanged, IValueBoundaries<ulong>, IOnlineLWord, IOnline<ulong>, IShadowLWord, IShadow<ulong>
Constructors
| Edit this page View SourceOnlinerLWord()
Initializes a new instance of the OnlinerLWord class.
Declaration
public OnlinerLWord()
OnlinerLWord(ITwinObject, string, string)
Initializes a new instance of the OnlinerLWord class.
Declaration
public OnlinerLWord(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 SourceMaxValue
Gets the max value of OnlinerLWord.
Declaration
public static readonly ulong MaxValue
Field Value
Type | Description |
---|---|
ulong |
MinValue
Gets the min value of OnlinerLWord.
Declaration
public static readonly ulong MinValue
Field Value
Type | Description |
---|---|
ulong |
Properties
| Edit this page View SourceInstanceMaxValue
Gets the max value for this instance.
Declaration
public override ulong InstanceMaxValue { get; }
Property Value
Type | Description |
---|---|
ulong |
Overrides
| Edit this page View SourceInstanceMinValue
Gets the min value for this instance.
Declaration
public override ulong InstanceMinValue { get; }
Property Value
Type | Description |
---|---|
ulong |