Class OnlinerByte
Class providing access to the BYTE type online variable.
Implements
Inherited Members
Namespace: AXSharp.Connector.ValueTypes
Assembly: AXSharp.Connector.dll
Syntax
public class OnlinerByte : OnlinerBase<byte>, ITwinPrimitive, ITwinElement, INotifyPropertyChanged, IValueBoundaries<byte>, IOnlineByte, IOnline<byte>, IShadowByte, IShadow<byte>
Constructors
| Edit this page View SourceOnlinerByte()
Initializes a new instance of the OnlinerByte class.
Declaration
public OnlinerByte()
OnlinerByte(ITwinObject, string, string)
Initializes a new instance of the OnlinerByte class.
Declaration
public OnlinerByte(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 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 |
Overrides
| Edit this page View SourceMaxValue
Gets the max value of OnlinerByte.
Declaration
public static byte MaxValue { get; }
Property Value
Type | Description |
---|---|
byte |
MinValue
Gets the min value of OnlinerByte.
Declaration
public static byte MinValue { get; }
Property Value
Type | Description |
---|---|
byte |