Click or drag to resize

IConnectionPointContainer Interface

A custom object that contains connection points. Add this as an aspect on a visual to make the visual appear in the loopback tag server.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public interface IConnectionPointContainer : ISymbolTable, 
	INotifySymbolTable

The IConnectionPointContainer type exposes the following members.

Properties
  NameDescription
Public propertyCanReadSymbols
Returns whether GetSymbolTableAsync(Boolean) is expected to be able to read the PLC symbol table.
(Inherited from ISymbolTable.)
Public propertyName
The name of the container.
Top
Methods
  NameDescription
Public methodGetSymbolTableAsync
Read the symbol table from the PLC.
(Inherited from ISymbolTable.)
Public methodGetTagAsync
Subscribe to a symbol.
Top
Events
  NameDescription
Public eventSymbolTableChanged
Occurs when the symbol table has changed.
(Inherited from INotifySymbolTable.)
Top
Extension Methods
  NameDescription
Public Extension MethodGetTagAsync(IBrowseItem)Overloaded.
Subscribe to a symbol.
(Defined by ConnectionPointContainerExtensions.)
Public Extension MethodGetTagAsync(Boolean, IBrowseItem)Overloaded.
Subscribe to a symbol.
(Defined by ConnectionPointContainerExtensions.)
Public Extension MethodGetTagAsync(IAddress, AccessParameters)Overloaded.
Subscribe to a symbol.
(Defined by ConnectionPointContainerExtensions.)
Public Extension MethodGetTagAsync(IBrowseItem, AccessRights)Overloaded.
Subscribe to a symbol.
(Defined by ConnectionPointContainerExtensions.)
Public Extension MethodGetTagAsync(Boolean, IBrowseItem, AccessRights)Overloaded.
Subscribe to a symbol.
(Defined by ConnectionPointContainerExtensions.)
Top
See Also