Initializes a new instance of the OPCChannel class.
Namespace:
PerpetuumSoft.Framework.ConnectivityAssembly: PerpetuumSoft.Framework.Connectivity (in PerpetuumSoft.Framework.Connectivity.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public OPCChannel( OPCConnection connection ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ connection As OPCConnection _ ) |
| Visual C++ |
|---|
public: OPCChannel( OPCConnection^ connection ) |
Parameters
- connection
- Type: PerpetuumSoft.Framework.Connectivity..::.OPCConnection