Class OnlinerByte
Class providing access to the BYTE type online variable.
Implements
System.ComponentModel.INotifyPropertyChanged
IValueBoundaries<System.Byte>
IOnline<System.Byte>
IShadow<System.Byte>
Inherited Members
Namespace: Vortex.Connector.ValueTypes
Assembly: Vortex.Connector.dll
Syntax
public class OnlinerByte : OnlinerBaseType<byte>, IValueTag, ITwinPrimitive, IVortexElement, INotifyPropertyChanged, IValueBoundaries<byte>, IOnlineByte, IOnline<byte>, IShadowByte, IShadow<byte>
Constructors
OnlinerByte()
Initializes a new instance of the OnlinerByte class.
Declaration
public OnlinerByte()
OnlinerByte(IVortexObject, String, String)
Initializes a new instance of the OnlinerByte class.
Declaration
public OnlinerByte(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type | Name | Description |
---|---|---|
IVortexObject | parent | Parent object of this instance. |
System.String | readableTail | Human readable tail of this instance. |
System.String | symbolTail | Symbol tail of this instance. |
Properties
InstanceMaxValue
Gets the max value for this instance.
Declaration
public override byte InstanceMaxValue { get; }
Property Value
Type | Description |
---|---|
System.Byte |
Overrides
Vortex.Connector.ValueTypes.OnlinerBaseType<System.Byte>.InstanceMaxValue
InstanceMinValue
Gets the min value for this instance.
Declaration
public override byte InstanceMinValue { get; }
Property Value
Type | Description |
---|---|
System.Byte |
Overrides
Vortex.Connector.ValueTypes.OnlinerBaseType<System.Byte>.InstanceMinValue
MaxValue
Gets the max value of OnlinerByte.
Declaration
public static byte MaxValue { get; }
Property Value
Type | Description |
---|---|
System.Byte |
MinValue
Gets the min value of OnlinerByte.
Declaration
public static byte MinValue { get; }
Property Value
Type | Description |
---|---|
System.Byte |
Implements
System.ComponentModel.INotifyPropertyChanged