OpcTranslatePathsResponse Members

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

OpcTranslatePathsResponse(IOpcServiceResponseHeader)

C#

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


Parameters

header IOpcServiceResponseHeader



Exceptions

ArgumentNullException


OpcTranslatePathsResponse(IOpcServiceResponseHeader, OpcTranslatePathResultCollection)

C#

[CLSCompliant(false)]
public OpcTranslatePathsResponse(IOpcServiceResponseHeader header, OpcTranslatePathResultCollection results)


Parameters

header IOpcServiceResponseHeader


results OpcTranslatePathResultCollection



Exceptions

ArgumentNullException


OpcTranslatePathsResponse(IOpcServiceResponseHeader, OpcTranslatePathResultCollection, DiagnosticInfoCollection)

C#

[CLSCompliant(false)]
public OpcTranslatePathsResponse(IOpcServiceResponseHeader header, OpcTranslatePathResultCollection results, DiagnosticInfoCollection diagnosticInfos)


Parameters

header IOpcServiceResponseHeader


results OpcTranslatePathResultCollection


diagnosticInfos DiagnosticInfoCollection



Exceptions

ArgumentNullException