OPC Labs EasyOPC-UA Library
ComEasyUAClientConnectionControl Object
Members 
OpcLabs_EasyOpcUA ActiveX DLL : ComEasyUAClientConnectionControl Object
Description
COM object that provides methods to control the OPC UA client connections to the server.

 

ProgId: OpcLabs.EasyOpc.UA.Services.ComTypes.Implementation.ComEasyUAClientConnectionControl
CLSID (Class ID): d092eb7f-d060-4a5e-8332-2efb89defc56
Default interface: OpcLabs.EasyOpc.UA.Services.ComTypes._EasyUAClientConnectionControl
Event source interface:

 

For more information, see ComEasyUAClientConnectionControl and OpcLabs.EasyOpc.UA.Services.ComTypes._EasyUAClientConnectionControl in .NET Reference.

Remarks

For remarks, see ComEasyUAClientConnectionControl and OpcLabs.EasyOpc.UA.Services.ComTypes._EasyUAClientConnectionControl in .NET Reference.

Object creation

_ComEasyUAClientConnectionControlPtr ComEasyUAClientConnectionControlPtr(__uuidof(ComEasyUAClientConnectionControl));
ComEasyUAClientConnectionControl := CoComEasyUAClientConnectionControl.Create;
var ComEasyUAClientConnectionControl = new ActiveXObject("OpcLabs.EasyOpc.UA.Services.ComTypes.Implementation.ComEasyUAClientConnectionControl");
ComEasyUAClientConnectionControl := CoComEasyUAClientConnectionControl.Create;
$ComEasyUAClientConnectionControl = Win32::OLE->new("OpcLabs.EasyOpc.UA.Services.ComTypes.Implementation.ComEasyUAClientConnectionControl");
$ComEasyUAClientConnectionControl = new COM("OpcLabs.EasyOpc.UA.Services.ComTypes.Implementation.ComEasyUAClientConnectionControl");
OLEObject ComEasyUAClientConnectionControl
ComEasyUAClientConnectionControl = CREATE OLEObject
ComEasyUAClientConnectionControl.ConnectToNewObject("OpcLabs.EasyOpc.UA.Services.ComTypes.Implementation.ComEasyUAClientConnectionControl")
ComEasyUAClientConnectionControl = win32com.client.Dispatch('OpcLabs.EasyOpc.UA.Services.ComTypes.Implementation.ComEasyUAClientConnectionControl')
Dim ComEasyUAClientConnectionControl As New OleObject ("OpcLabs.EasyOpc.UA.Services.ComTypes.Implementation.ComEasyUAClientConnectionControl")
Dim ComEasyUAClientConnectionControl As New ComEasyUAClientConnectionControl
ComEasyUAClientConnectionControl = CREATEOBJECT("OpcLabs.EasyOpc.UA.Services.ComTypes.Implementation.ComEasyUAClientConnectionControl")
Dim ComEasyUAClientConnectionControl As New ComEasyUAClientConnectionControl
Dim ComEasyUAClientConnectionControl: Set ComEasyUAClientConnectionControl = CreateObject("OpcLabs.EasyOpc.UA.Services.ComTypes.Implementation.ComEasyUAClientConnectionControl")
ComEasyUAClientConnectionControl := CreateObject("OpcLabs.EasyOpc.UA.Services.ComTypes.Implementation.ComEasyUAClientConnectionControl")
Interfaces
InterfaceDescription
 
Example

For examples, see ComEasyUAClientConnectionControl in .NET Reference.

See Also

ComEasyUAClientConnectionControl Members