Class OnlinerUInt
Class providing access to the UINT type online variable.
Implements
System.ComponentModel.INotifyPropertyChanged
IValueBoundaries<System.UInt16>
IOnline<System.UInt16>
IShadow<System.UInt16>
Inherited Members
Namespace: Vortex.Connector.ValueTypes
Assembly: Vortex.Connector.dll
Syntax
public class OnlinerUInt : OnlinerBaseType<ushort>, IValueTag, ITwinPrimitive, IVortexElement, INotifyPropertyChanged, IValueBoundaries<ushort>, IOnlineUInt, IOnline<ushort>, IShadowUInt, IShadow<ushort>
Constructors
OnlinerUInt()
Initializes a new instance of the OnlinerUInt class.
Declaration
public OnlinerUInt()
OnlinerUInt(IVortexObject, String, String)
Initializes a new instance of the OnlinerUInt class.
Declaration
public OnlinerUInt(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 OnlinerUInt.
Declaration
public static readonly ushort MaxValue
Field Value
Type | Description |
---|---|
System.UInt16 |
MinValue
Gets the min value of OnlinerUInt.
Declaration
public static readonly ushort MinValue
Field Value
Type | Description |
---|---|
System.UInt16 |
Properties
InstanceMaxValue
Gets the max value for this instance.
Declaration
public override ushort InstanceMaxValue { get; }
Property Value
Type | Description |
---|---|
System.UInt16 |
Overrides
Vortex.Connector.ValueTypes.OnlinerBaseType<System.UInt16>.InstanceMaxValue
InstanceMinValue
Gets the min value for this instance.
Declaration
public override ushort InstanceMinValue { get; }
Property Value
Type | Description |
---|---|
System.UInt16 |
Overrides
Vortex.Connector.ValueTypes.OnlinerBaseType<System.UInt16>.InstanceMinValue
Implements
System.ComponentModel.INotifyPropertyChanged