OPC Labs EasyOPC-UA Library
UANetworkServerDiscoveryQuery Object
Members 
OpcLabs_EasyOpcUA ActiveX DLL : UANetworkServerDiscoveryQuery Object
Description
An OPC UA discovery query for applications on a network.

 

ProgId: OpcLabs.EasyOpc.UA.Discovery.UANetworkServerDiscoveryQuery
CLSID (Class ID): 5f63ad5a-6c88-4b97-93cc-a4e630c9fb9a
Default interface: OpcLabs.EasyOpc.UA.Discovery.ComTypes._UANetworkServerDiscoveryQuery
Event source interface:

 

For more information, see UANetworkServerDiscoveryQuery and OpcLabs.EasyOpc.UA.Discovery.ComTypes._UANetworkServerDiscoveryQuery in .NET Reference.

Object Model

UANetworkServerDiscoveryQuery ObjectStringCollection CollectionStringCollection Collection

Remarks

For remarks, see UANetworkServerDiscoveryQuery and OpcLabs.EasyOpc.UA.Discovery.ComTypes._UANetworkServerDiscoveryQuery in .NET Reference.

Object creation

_UANetworkServerDiscoveryQueryPtr UANetworkServerDiscoveryQueryPtr(__uuidof(UANetworkServerDiscoveryQuery));
UANetworkServerDiscoveryQuery := CoUANetworkServerDiscoveryQuery.Create;
var UANetworkServerDiscoveryQuery = new ActiveXObject("OpcLabs.EasyOpc.UA.Discovery.UANetworkServerDiscoveryQuery");
UANetworkServerDiscoveryQuery := CoUANetworkServerDiscoveryQuery.Create;
$UANetworkServerDiscoveryQuery = Win32::OLE->new("OpcLabs.EasyOpc.UA.Discovery.UANetworkServerDiscoveryQuery");
$UANetworkServerDiscoveryQuery = new COM("OpcLabs.EasyOpc.UA.Discovery.UANetworkServerDiscoveryQuery");
OLEObject UANetworkServerDiscoveryQuery
UANetworkServerDiscoveryQuery = CREATE OLEObject
UANetworkServerDiscoveryQuery.ConnectToNewObject("OpcLabs.EasyOpc.UA.Discovery.UANetworkServerDiscoveryQuery")
UANetworkServerDiscoveryQuery = win32com.client.Dispatch('OpcLabs.EasyOpc.UA.Discovery.UANetworkServerDiscoveryQuery')
Dim UANetworkServerDiscoveryQuery As New OleObject ("OpcLabs.EasyOpc.UA.Discovery.UANetworkServerDiscoveryQuery")
Dim UANetworkServerDiscoveryQuery As New UANetworkServerDiscoveryQuery
UANetworkServerDiscoveryQuery = CREATEOBJECT("OpcLabs.EasyOpc.UA.Discovery.UANetworkServerDiscoveryQuery")
Dim UANetworkServerDiscoveryQuery As New UANetworkServerDiscoveryQuery
Dim UANetworkServerDiscoveryQuery: Set UANetworkServerDiscoveryQuery = CreateObject("OpcLabs.EasyOpc.UA.Discovery.UANetworkServerDiscoveryQuery")
UANetworkServerDiscoveryQuery := CreateObject("OpcLabs.EasyOpc.UA.Discovery.UANetworkServerDiscoveryQuery")
Interfaces
InterfaceDescription
An object that holds information.

 

IID (Interface ID): b9103dfd-bace-4392-afb0-ff2bfc9c7ab7

 

For more information, see _Info in .NET Reference.

 
A common base class.

 

IID (Interface ID): 9b164457-eef8-4736-bae7-531d45ea2751

 

For more information, see _Object2 in .NET Reference.

 

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

 

For more information, see ICloneable in .NET Reference.

 

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

 

For more information, see ISerializable in .NET Reference.

Specifies an OPC UA application discovery query.

 

IID (Interface ID): a75a9b68-ea3c-4de5-bd2f-9c272b691e0b

 

For more information, see _UAApplicationDiscoveryQuery in .NET Reference.

Specifies an OPC UA discovery query performed using a LDS or LDS-ME service.

 

IID (Interface ID): 7654c2c4-d1c6-4e17-82e2-0afff078981c

 

For more information, see _UALdsDiscoveryQuery in .NET Reference.

Example

For examples, see UANetworkServerDiscoveryQuery in .NET Reference.

See Also

UANetworkServerDiscoveryQuery Members