OPC Labs EasyOPC-UA Components Library
EasyUAGlobalDiscoveryClient Object
Members 
OpcLabs_EasyOpcUAComponents ActiveX DLL : EasyUAGlobalDiscoveryClient Object
Description
A specialized OPC UA client object for global discovery.

 

ProgId: OpcLabs.EasyOpc.UA.Gds.EasyUAGlobalDiscoveryClient
CLSID (Class ID): fb120efe-125f-48f5-8718-5b508a44a619
Default interface: OpcLabs.EasyOpc.UA.Gds.ComTypes._EasyUAGlobalDiscoveryClient
Event source interface:

 

For more information, see EasyUAGlobalDiscoveryClient and OpcLabs.EasyOpc.UA.Gds.ComTypes._EasyUAGlobalDiscoveryClient in .NET Reference.

Object Model

EasyUAGlobalDiscoveryClient ObjectEasyUAClientSelector ObjectEasyUAInstanceParameters ObjectEasyUAAdaptableParameters ObjectUAApplicationRecordDataType ObjectUANodeId ObjectStringCollection CollectionStringCollection CollectionStringSet CollectionUAEndpointDescriptor ObjectUANodeId ObjectUABrowsePath Object

Remarks

For remarks, see EasyUAGlobalDiscoveryClient and OpcLabs.EasyOpc.UA.Gds.ComTypes._EasyUAGlobalDiscoveryClient in .NET Reference.

Object creation

_EasyUAGlobalDiscoveryClientPtr EasyUAGlobalDiscoveryClientPtr(__uuidof(EasyUAGlobalDiscoveryClient));
EasyUAGlobalDiscoveryClient := CoEasyUAGlobalDiscoveryClient.Create;
var EasyUAGlobalDiscoveryClient = new ActiveXObject("OpcLabs.EasyOpc.UA.Gds.EasyUAGlobalDiscoveryClient");
EasyUAGlobalDiscoveryClient := CoEasyUAGlobalDiscoveryClient.Create;
$EasyUAGlobalDiscoveryClient = Win32::OLE->new("OpcLabs.EasyOpc.UA.Gds.EasyUAGlobalDiscoveryClient");
$EasyUAGlobalDiscoveryClient = new COM("OpcLabs.EasyOpc.UA.Gds.EasyUAGlobalDiscoveryClient");
OLEObject EasyUAGlobalDiscoveryClient
EasyUAGlobalDiscoveryClient = CREATE OLEObject
EasyUAGlobalDiscoveryClient.ConnectToNewObject("OpcLabs.EasyOpc.UA.Gds.EasyUAGlobalDiscoveryClient")
EasyUAGlobalDiscoveryClient = win32com.client.Dispatch('OpcLabs.EasyOpc.UA.Gds.EasyUAGlobalDiscoveryClient')
Dim EasyUAGlobalDiscoveryClient As New OleObject ("OpcLabs.EasyOpc.UA.Gds.EasyUAGlobalDiscoveryClient")
Dim EasyUAGlobalDiscoveryClient As New EasyUAGlobalDiscoveryClient
EasyUAGlobalDiscoveryClient = CREATEOBJECT("OpcLabs.EasyOpc.UA.Gds.EasyUAGlobalDiscoveryClient")
Dim EasyUAGlobalDiscoveryClient As New EasyUAGlobalDiscoveryClient
Dim EasyUAGlobalDiscoveryClient: Set EasyUAGlobalDiscoveryClient = CreateObject("OpcLabs.EasyOpc.UA.Gds.EasyUAGlobalDiscoveryClient")
EasyUAGlobalDiscoveryClient := CreateObject("OpcLabs.EasyOpc.UA.Gds.EasyUAGlobalDiscoveryClient")
Interfaces
InterfaceDescription
Base class for specialized OPC UA clients.

 

IID (Interface ID): 2c94d060-0a90-45cd-b693-701e9efbff36

 

For more information, see _EasyUASpecializedClient in .NET Reference.

 
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 EasyUAGlobalDiscoveryClient in .NET Reference.

See Also

EasyUAGlobalDiscoveryClient Members