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