Class OnlinerUInt
Class providing access to the UINT type online variable.
Implements
Inherited Members
Namespace: AXSharp.Connector.ValueTypes
Assembly: AXSharp.Connector.dll
Syntax
public class OnlinerUInt : OnlinerBase<ushort>, ITwinPrimitive, ITwinElement, INotifyPropertyChanged, IValueBoundaries<ushort>, IOnlineUInt, IOnline<ushort>, IShadowUInt, IShadow<ushort>
Constructors
| Edit this page View SourceOnlinerUInt()
Initializes a new instance of the OnlinerUInt class.
Declaration
public OnlinerUInt()
OnlinerUInt(ITwinObject, string, string)
Initializes a new instance of the OnlinerUInt class.
Declaration
public OnlinerUInt(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 OnlinerUInt.
Declaration
public static readonly ushort MaxValue
Field Value
Type | Description |
---|---|
ushort |
MinValue
Gets the min value of OnlinerUInt.
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 |