ISumSymbolRead Interface
Interface ISumSymbolRead Implements the ISumCommand
Namespace: TwinCAT.Ads.SumCommand
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version: 6.0.116+a71ced3
Syntax
C#
public interface ISumSymbolRead : ISumCommand
The ISumSymbolRead type exposes the following members.
Properties
|
Name |
Description |
---|---|---|
|
Gets a value indicating whether this ISumCommand was already executed. (Inherited from ISumCommand.) | |
|
Gets a value indicating whether this ISumCommand failed. (Inherited from ISumCommand.) | |
|
Gets the AdsErrorCode of the main SumCommandBase ADS Request (Inherited from ISumCommand.) | |
|
Gets the sub results of the single Sub Requests. (Inherited from ISumCommand.) | |
|
Gets a value indicating whether this ISumCommand is succeeded. (Inherited from ISumCommand.) |
Methods
|
Name |
Description |
---|---|---|
|
Reads the Values. | |
|
Reads Symbol values as an asynchronous operation. | |
|
Reads the specified symbols. |
Extension Methods
|
Name |
Description |
---|---|---|
|
Overloaded. Polls a series of symbols via a ISumSymbolRead command. The SumCommand will read all contained values with every trigger. (Defined by ValueSymbolExtensions.) | |
|
Overloaded. Polls a series of symbols via a ISumSymbolRead command. The SumCommand will read all contained values with every trigger. (Defined by ValueSymbolExtensions.) |