OpcBrowseNextResponse Members

Namespace: Opc.UaFx.Services
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The OpcBrowseNextResponse type exposes the following members.

OpcBrowseNextResponse(IOpcServiceResponseHeader)

C#

[CLSCompliant(false)]
public OpcBrowseNextResponse(IOpcServiceResponseHeader header)


Parameters

header IOpcServiceResponseHeader



Exceptions

ArgumentNullException


OpcBrowseNextResponse(IOpcServiceResponseHeader, BrowseResultCollection)

C#

[CLSCompliant(false)]
public OpcBrowseNextResponse(IOpcServiceResponseHeader header, BrowseResultCollection results)


Parameters

header IOpcServiceResponseHeader


results BrowseResultCollection



Exceptions

ArgumentNullException


OpcBrowseNextResponse(IOpcServiceResponseHeader, BrowseResultCollection, DiagnosticInfoCollection)

C#

[CLSCompliant(false)]
public OpcBrowseNextResponse(IOpcServiceResponseHeader header, BrowseResultCollection results, DiagnosticInfoCollection diagnosticInfos)


Parameters

header IOpcServiceResponseHeader


results BrowseResultCollection


diagnosticInfos DiagnosticInfoCollection



Exceptions

ArgumentNullException