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