Initializes a new instance of the OPCChannel class.

Namespace:  PerpetuumSoft.Framework.Connectivity
Assembly:  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
)

See Also