Class AdsWString
Class providing access to the WSTRING type online variable.
Implements
System.ComponentModel.INotifyPropertyChanged
IValueBoundaries<System.String>
IOnline<System.String>
IShadow<System.String>
Inherited Members
Namespace: Vortex.Adapters.Connector.Tc3.AdsValueTypes
Assembly: Vortex.Adapters.Connector.Tc3.dll
Syntax
sealed class AdsWString : OnlinerWString, INotifyPropertyChanged, IValueBoundaries<string>, IOnlineWString, IOnline<string>, IShadowWString, IShadow<string>, IAdsBaseType, IValueTag, ITwinPrimitive, IVortexElement
Constructors
AdsWString()
Initializes a new instance of the AdsWString class.
Declaration
public AdsWString()
AdsWString(IVortexObject, String, String)
Initializes a new instance of the AdsWString class.
Declaration
public AdsWString(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
Client
Declaration
public ClientSymbol Client { get; }
Property Value
Type | Description |
---|---|
ClientSymbol |
Methods
FixValueLength(String)
Declaration
string FixValueLength(string val)
Parameters
Type | Name | Description |
---|---|---|
System.String | val |
Returns
Type | Description |
---|---|
System.String |
FixValueSize(String)
Declaration
string FixValueSize(string val)
Parameters
Type | Name | Description |
---|---|---|
System.String | val |
Returns
Type | Description |
---|---|
System.String |
GetSynchron()
Declaration
protected override string GetSynchron()
Returns
Type | Description |
---|---|
System.String |
Overrides
Read(BinaryReader)
Declaration
public void Read(BinaryReader reader)
Parameters
Type | Name | Description |
---|---|---|
System.IO.BinaryReader | reader |
ReadFromBinaryReader(BinaryReader)
TODO The read from binary reader.
Declaration
void ReadFromBinaryReader(BinaryReader reader)
Parameters
Type | Name | Description |
---|---|---|
System.IO.BinaryReader | reader | TODO The reader. |
SetSynchron(String)
Declaration
protected override void SetSynchron(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Overrides
Write(BinaryWriter)
Declaration
public void Write(BinaryWriter binaryWriter)
Parameters
Type | Name | Description |
---|---|---|
System.IO.BinaryWriter | binaryWriter |
WriteViaBinaryWriter(BinaryWriter)
Declaration
void WriteViaBinaryWriter(BinaryWriter binaryWriter)
Parameters
Type | Name | Description |
---|---|---|
System.IO.BinaryWriter | binaryWriter |
Implements
System.ComponentModel.INotifyPropertyChanged