OPC Labs EasyOPC-UA Library
EasyUASpecializedClient Object
Members 
OpcLabs_EasyOpcUA ActiveX DLL : EasyUASpecializedClient Object
Description
Base class for specialized OPC UA clients.

 

ProgId: OpcLabs.EasyOpc.UA.EasyUASpecializedClient
CLSID (Class ID): 576af9ad-ab01-45c4-89af-102a1458ccf0
Default interface: OpcLabs.EasyOpc.UA.ComTypes._EasyUASpecializedClient
Event source interface:

 

For more information, see EasyUASpecializedClient and OpcLabs.EasyOpc.UA.ComTypes._EasyUASpecializedClient in .NET Reference.

Object Model

EasyUASpecializedClient ObjectEasyUAClientSelector ObjectEasyUAInstanceParameters ObjectEasyUAAdaptableParameters Object

Remarks

For remarks, see EasyUASpecializedClient and OpcLabs.EasyOpc.UA.ComTypes._EasyUASpecializedClient in .NET Reference.

Object creation

_EasyUASpecializedClientPtr EasyUASpecializedClientPtr(__uuidof(EasyUASpecializedClient));
EasyUASpecializedClient := CoEasyUASpecializedClient.Create;
var EasyUASpecializedClient = new ActiveXObject("OpcLabs.EasyOpc.UA.EasyUASpecializedClient");
EasyUASpecializedClient := CoEasyUASpecializedClient.Create;
$EasyUASpecializedClient = Win32::OLE->new("OpcLabs.EasyOpc.UA.EasyUASpecializedClient");
$EasyUASpecializedClient = new COM("OpcLabs.EasyOpc.UA.EasyUASpecializedClient");
OLEObject EasyUASpecializedClient
EasyUASpecializedClient = CREATE OLEObject
EasyUASpecializedClient.ConnectToNewObject("OpcLabs.EasyOpc.UA.EasyUASpecializedClient")
EasyUASpecializedClient = win32com.client.Dispatch('OpcLabs.EasyOpc.UA.EasyUASpecializedClient')
Dim EasyUASpecializedClient As New OleObject ("OpcLabs.EasyOpc.UA.EasyUASpecializedClient")
Dim EasyUASpecializedClient As New EasyUASpecializedClient
EasyUASpecializedClient = CREATEOBJECT("OpcLabs.EasyOpc.UA.EasyUASpecializedClient")
Dim EasyUASpecializedClient As New EasyUASpecializedClient
Dim EasyUASpecializedClient: Set EasyUASpecializedClient = CreateObject("OpcLabs.EasyOpc.UA.EasyUASpecializedClient")
EasyUASpecializedClient := CreateObject("OpcLabs.EasyOpc.UA.EasyUASpecializedClient")
Interfaces
InterfaceDescription
 
A portable component.

 

IID (Interface ID): 9120435f-3dde-4bfa-a307-a6cad683834a

 

For more information, see _Widget in .NET Reference.

 

IID (Interface ID): 0cb251a7-3ab3-3b5c-a0b8-9ddf88824b85

 

For more information, see ICloneable in .NET Reference.

 

IID (Interface ID): b86e59f2-f1e2-389d-b5f1-c55307c8106e

 

For more information, see IComponent in .NET Reference.

 

IID (Interface ID): 805d7a98-d4af-3f0f-967f-e5cf45312d2c

 

For more information, see IDisposable in .NET Reference.

 

IID (Interface ID): d0eeaa62-3d30-3ee2-b896-a2f34dda47d8

 

For more information, see ISerializable in .NET Reference.

Example

For examples, see EasyUASpecializedClient in .NET Reference.

See Also

EasyUASpecializedClient Members