OpcReadNodesResponse Members

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

OpcReadNodesResponse(IOpcServiceResponseHeader)

C#

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


Parameters

header IOpcServiceResponseHeader



Exceptions

ArgumentNullException


OpcReadNodesResponse(IOpcServiceResponseHeader, OpcValueCollection)

C#

[CLSCompliant(false)]
public OpcReadNodesResponse(IOpcServiceResponseHeader header, OpcValueCollection results)


Parameters

header IOpcServiceResponseHeader


results OpcValueCollection



Exceptions

ArgumentNullException


OpcReadNodesResponse(IOpcServiceResponseHeader, OpcValueCollection, DiagnosticInfoCollection)

C#

[CLSCompliant(false)]
public OpcReadNodesResponse(IOpcServiceResponseHeader header, OpcValueCollection results, DiagnosticInfoCollection diagnosticInfos)


Parameters

header IOpcServiceResponseHeader


results OpcValueCollection


diagnosticInfos DiagnosticInfoCollection



Exceptions

ArgumentNullException