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