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