.NET Based OPC UA Client/Server SDK  2.6.1.422
UnifiedAutomation.UaBase.IDiscoveryChannel Interface Reference

An interface used by by clients to access a UA server. More...

Inherits UnifiedAutomation.UaBase.IChannelBase.

Inherited by UnifiedAutomation.UaBase.DiscoveryChannel.

Public Member Functions

FindServersResponseMessage FindServers (FindServersMessage request)
 The operation contract for the FindServers service. More...
 
IAsyncResult BeginFindServers (FindServersMessage request, AsyncCallback callback, object asyncState)
 The operation contract for the FindServers service. More...
 
FindServersResponseMessage EndFindServers (IAsyncResult result)
 The method used to retrieve the results of a FindServers service request. More...
 
FindServersOnNetworkResponseMessage FindServersOnNetwork (FindServersOnNetworkMessage request)
 The operation contract for the FindServersOnNetwork service. More...
 
IAsyncResult BeginFindServersOnNetwork (FindServersOnNetworkMessage request, AsyncCallback callback, object asyncState)
 The operation contract for the FindServersOnNetwork service. More...
 
FindServersOnNetworkResponseMessage EndFindServersOnNetwork (IAsyncResult result)
 The method used to retrieve the results of a FindServersOnNetwork service request. More...
 
GetEndpointsResponseMessage GetEndpoints (GetEndpointsMessage request)
 The operation contract for the GetEndpoints service. More...
 
IAsyncResult BeginGetEndpoints (GetEndpointsMessage request, AsyncCallback callback, object asyncState)
 The operation contract for the GetEndpoints service. More...
 
GetEndpointsResponseMessage EndGetEndpoints (IAsyncResult result)
 The method used to retrieve the results of a GetEndpoints service request. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaBase.IChannelBase
InvokeServiceResponseMessage InvokeService (InvokeServiceMessage request)
 The operation contract for the InvokeService service. More...
 
IAsyncResult BeginInvokeService (InvokeServiceMessage request, AsyncCallback callback, object asyncState)
 The operation contract for the InvokeService service. More...
 
InvokeServiceResponseMessage EndInvokeService (IAsyncResult result)
 The method used to retrieve the results of a InvokeService service request. More...
 

Detailed Description

An interface used by by clients to access a UA server.

Member Function Documentation

IAsyncResult UnifiedAutomation.UaBase.IDiscoveryChannel.BeginFindServers ( FindServersMessage  request,
AsyncCallback  callback,
object  asyncState 
)

The operation contract for the FindServers service.

Implemented in UnifiedAutomation.UaBase.DiscoveryChannel.

IAsyncResult UnifiedAutomation.UaBase.IDiscoveryChannel.BeginFindServersOnNetwork ( FindServersOnNetworkMessage  request,
AsyncCallback  callback,
object  asyncState 
)

The operation contract for the FindServersOnNetwork service.

Implemented in UnifiedAutomation.UaBase.DiscoveryChannel.

IAsyncResult UnifiedAutomation.UaBase.IDiscoveryChannel.BeginGetEndpoints ( GetEndpointsMessage  request,
AsyncCallback  callback,
object  asyncState 
)

The operation contract for the GetEndpoints service.

Implemented in UnifiedAutomation.UaBase.DiscoveryChannel.

FindServersResponseMessage UnifiedAutomation.UaBase.IDiscoveryChannel.EndFindServers ( IAsyncResult  result)

The method used to retrieve the results of a FindServers service request.

Implemented in UnifiedAutomation.UaBase.DiscoveryChannel.

FindServersOnNetworkResponseMessage UnifiedAutomation.UaBase.IDiscoveryChannel.EndFindServersOnNetwork ( IAsyncResult  result)

The method used to retrieve the results of a FindServersOnNetwork service request.

Implemented in UnifiedAutomation.UaBase.DiscoveryChannel.

GetEndpointsResponseMessage UnifiedAutomation.UaBase.IDiscoveryChannel.EndGetEndpoints ( IAsyncResult  result)

The method used to retrieve the results of a GetEndpoints service request.

Implemented in UnifiedAutomation.UaBase.DiscoveryChannel.

FindServersResponseMessage UnifiedAutomation.UaBase.IDiscoveryChannel.FindServers ( FindServersMessage  request)

The operation contract for the FindServers service.

Implemented in UnifiedAutomation.UaBase.DiscoveryChannel.

FindServersOnNetworkResponseMessage UnifiedAutomation.UaBase.IDiscoveryChannel.FindServersOnNetwork ( FindServersOnNetworkMessage  request)

The operation contract for the FindServersOnNetwork service.

Implemented in UnifiedAutomation.UaBase.DiscoveryChannel.

GetEndpointsResponseMessage UnifiedAutomation.UaBase.IDiscoveryChannel.GetEndpoints ( GetEndpointsMessage  request)

The operation contract for the GetEndpoints service.

Implemented in UnifiedAutomation.UaBase.DiscoveryChannel.


The documentation for this interface was generated from the following file: