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