Class OnlinerUSInt
Class providing access to the USINT 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 OnlinerUSInt : OnlinerBaseType<byte>, IValueTag, ITwinPrimitive, IVortexElement, INotifyPropertyChanged, IValueBoundaries<byte>, IOnlineUSInt, IOnline<byte>, IShadowUSInt, IShadow<byte>
Constructors
OnlinerUSInt()
Initializes a new instance of the OnlinerUSInt class.
Declaration
public OnlinerUSInt()
OnlinerUSInt(IVortexObject, String, String)
Initializes a new instance of the OnlinerUSInt class.
Declaration
public OnlinerUSInt(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. |
Fields
MaxValue
Gets the max value of OnlinerUSInt.
Declaration
public static readonly byte MaxValue
Field Value
Type | Description |
---|---|
System.Byte |
MinValue
Gets the min value of OnlinerUSInt.
Declaration
public static readonly byte MinValue
Field Value
Type | Description |
---|---|
System.Byte |
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
Implements
System.ComponentModel.INotifyPropertyChanged