Provides access to data from a process using concrete OPC Server Note: DataPoint time is the same if provided by an OPC server, different if provided by a device.

Namespace:  PerpetuumSoft.Framework.Connectivity
Assembly:  PerpetuumSoft.Framework.Connectivity (in PerpetuumSoft.Framework.Connectivity.dll) Version: 3.9.0.1

Syntax

C#
public sealed class OPCChannel : DataChannel
Visual Basic (Declaration)
Public NotInheritable Class OPCChannel _
	Inherits DataChannel
Visual C++
public ref class OPCChannel sealed : public DataChannel

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System.ComponentModel..::.Component
      PerpetuumSoft.Framework.Connectivity..::.DataChannel
        PerpetuumSoft.Framework.Connectivity..::.OPCChannel

See Also