ISymbolProvider Interface
Symbol Provider interface.
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads.Abstractions (in TwinCAT.Ads.Abstractions.dll) Version: 7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470
Syntax
C#
public interface ISymbolProvider : ISymbolServerThe ISymbolProvider type exposes the following members.
Properties
|
|
Name |
Description |
|---|---|---|
|
|
Gets the data types
| |
|
|
Gets the default value encoding.
| |
|
|
Gets the name of the root namespace | |
|
|
Gets the symbols.
|
Methods
|
|
Name |
Description |
|---|---|---|
|
|
Loads the DataTypes from target connection.
| |
|
|
Gets the data types asynchronously.
| |
|
|
Loads the Symbols from target connection.
| |
|
|
Gets the symbols asynchronously
| |
|
|
Resets the cached symbolic data.
|