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