The .NET interface used to interact with an OPC Server.
For a list of all members of this type, see IOpcConnection Members.
Visavi.Opc.Client.IOpcConnection
[Visual Basic] Public Interface IOpcConnection Inherits IDisposable [C#] public interface IOpcConnection: IDisposable [C++] public __gc __interface IOpcConnection : public IDisposable [JScript] public interface IOpcConnection extends IDisposable
| Class | Description |
|---|---|
| OpcConnection | Component used to connect to OPC servers. |
The IOpcConnection interface used to connnect to OPC servers. The IOpcConnection class provides properties that specify to which OPC Server to connect, when to connect to that server, and the OPC groups to add to the server after the connection is made. The ServerIdentifier property identifies the server to which the connection will be made. Using the designer's property grid, you may browse your network for the server, or you may type in a URI type string that identifies the server. The Groups property is the collection of groups that will be added after the OPC connection is made. These groups represent OPC Server groups and contain the ItemIDs to which the IOpcConnection object will subscribe.
Namespace: Visavi.Opc.Client
Platforms: Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family
Assembly: Visavi.Opc.Client