IConnectionPointContainer Interface |
Namespace: Demo3D.PLC.Comms
public interface IConnectionPointContainer : ISymbolTable, INotifySymbolTable
The IConnectionPointContainer type exposes the following members.
| Name | Description | |
|---|---|---|
| CanReadSymbols |
Returns whether GetSymbolTableAsync(Boolean) is expected to be able to read the PLC symbol table.
(Inherited from ISymbolTable.) | |
| Name |
The name of the container.
|
| Name | Description | |
|---|---|---|
| GetSymbolTableAsync |
Read the symbol table from the PLC.
(Inherited from ISymbolTable.) | |
| GetTagAsync |
Subscribe to a symbol.
|
| Name | Description | |
|---|---|---|
| SymbolTableChanged |
Occurs when the symbol table has changed.
(Inherited from INotifySymbolTable.) |
| Name | Description | |
|---|---|---|
| GetTagAsync(IBrowseItem) | Overloaded.
Subscribe to a symbol.
(Defined by ConnectionPointContainerExtensions.) | |
| GetTagAsync(Boolean, IBrowseItem) | Overloaded.
Subscribe to a symbol.
(Defined by ConnectionPointContainerExtensions.) | |
| GetTagAsync(IAddress, AccessParameters) | Overloaded.
Subscribe to a symbol.
(Defined by ConnectionPointContainerExtensions.) | |
| GetTagAsync(IBrowseItem, AccessRights) | Overloaded.
Subscribe to a symbol.
(Defined by ConnectionPointContainerExtensions.) | |
| GetTagAsync(Boolean, IBrowseItem, AccessRights) | Overloaded.
Subscribe to a symbol.
(Defined by ConnectionPointContainerExtensions.) |