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