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