OPC Labs EasyOPC-UA Library
UALdsDiscoveryQuery Interface Members
OpcLabs_EasyOpcUA ActiveX DLL > UANetworkServerDiscoveryQuery Object : UALdsDiscoveryQuery Interface
Description
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.

Methods
Creates a new object that is a copy of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see Clone in .NET Reference.

Determines whether the specified object is equal to the current object.

 

DISPID (Dispatch ID):

 

For more information, see Equals in .NET Reference.

Returns a hash code for the current object.

 

DISPID (Dispatch ID):

 

For more information, see GetHashCode in .NET Reference.

Gets the Type of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see GetType in .NET Reference.

Properties
The type of application.

 

DISPID (Dispatch ID):

 

For more information, see ApplicationTypes in .NET Reference.

The name of the machine that runs the discovery server that will be used for performing the discovery.

 

DISPID (Dispatch ID):

 

For more information, see DiscoveryHost in .NET Reference.

Discovery URI strings.

 

DISPID (Dispatch ID):

 

For more information, see DiscoveryUriStrings in .NET Reference.

The display string for the current object.

 

DISPID (Dispatch ID): 0

 

For more information, see ToString in .NET Reference.

Determines whether one element will be returned for each discovery URI.

 

DISPID (Dispatch ID):

 

For more information, see Flat in .NET Reference.

Returns a string that represents the current object.

 

DISPID (Dispatch ID):

 

For more information, see ToString in .NET Reference.

Remarks

For remarks, see _UALdsDiscoveryQuery in .NET Reference.

See Also

UANetworkServerDiscoveryQuery Object