Abstract DataChannel Component class.

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

Syntax

C#
public abstract class DataChannel : Component
Visual Basic (Declaration)
Public MustInherit Class DataChannel _
	Inherits Component
Visual C++
public ref class DataChannel abstract : public Component

Inheritance Hierarchy

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

See Also