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