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