Class AdsLReal
Class providing access to the LREAL type online variable.
Implements
System.ComponentModel.INotifyPropertyChanged
IValueBoundaries<System.Double>
IOnline<System.Double>
IShadow<System.Double>
Inherited Members
Namespace: Vortex.Adapters.Connector.Tc3.AdsValueTypes
Assembly: Vortex.Adapters.Connector.Tc3.dll
Syntax
sealed class AdsLReal : OnlinerLReal, INotifyPropertyChanged, IValueBoundaries<double>, IOnlineLReal, IOnline<double>, IShadowLReal, IShadow<double>, IAdsBaseType, IValueTag, ITwinPrimitive, IVortexElement
Constructors
AdsLReal()
Initializes a new instance of the AdsLReal class.
Declaration
public AdsLReal()
AdsLReal(IVortexObject, String, String)
Initializes a new instance of the AdsLReal class.
Declaration
public AdsLReal(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 |
Synchron
Declaration
public override double Synchron { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
Vortex.Connector.ValueTypes.OnlinerBaseType<System.Double>.Synchron
Methods
Read(BinaryReader)
Declaration
public void Read(BinaryReader reader)
Parameters
Type | Name | Description |
---|---|---|
System.IO.BinaryReader | reader |
ReadFromBinaryReader(BinaryReader)
Reads this value from binary reader in a R/W loop.
Declaration
void ReadFromBinaryReader(BinaryReader reader)
Parameters
Type | Name | Description |
---|---|---|
System.IO.BinaryReader | reader | Binary reader from which the value is to be retrieved. |
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