Class AdsInt
Class providing access to the INT type online variable.
Implements
System.ComponentModel.INotifyPropertyChanged
IValueBoundaries<System.Int16>
IOnline<System.Int16>
IShadow<System.Int16>
Inherited Members
Namespace: Vortex.Adapters.Connector.Tc3.AdsValueTypes
Assembly: Vortex.Adapters.Connector.Tc3.dll
Syntax
sealed class AdsInt : OnlinerInt, INotifyPropertyChanged, IValueBoundaries<short>, IOnlineInt, IOnline<short>, IShadowInt, IShadow<short>, IAdsBaseType, IValueTag, ITwinPrimitive, IVortexElement
Constructors
AdsInt()
Initializes a new instance of the AdsInt class.
Declaration
public AdsInt()
AdsInt(IVortexObject, String, String)
Initializes a new instance of the AdsInt class.
Declaration
public AdsInt(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
Gets or sets the value synchronously.
Declaration
public override short Synchron { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 |
Overrides
Vortex.Connector.ValueTypes.OnlinerBaseType<System.Int16>.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