OpcCallMethodsResponse Members

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

OpcCallMethodsResponse(IOpcServiceResponseHeader)

C#

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


Parameters

header IOpcServiceResponseHeader



Exceptions

ArgumentNullException


OpcCallMethodsResponse(IOpcServiceResponseHeader, CallMethodResultCollection)

C#

[CLSCompliant(false)]
public OpcCallMethodsResponse(IOpcServiceResponseHeader header, CallMethodResultCollection results)


Parameters

header IOpcServiceResponseHeader


results CallMethodResultCollection



Exceptions

ArgumentNullException


OpcCallMethodsResponse(IOpcServiceResponseHeader, CallMethodResultCollection, DiagnosticInfoCollection)

C#

[CLSCompliant(false)]
public OpcCallMethodsResponse(IOpcServiceResponseHeader header, CallMethodResultCollection results, DiagnosticInfoCollection diagnosticInfos)


Parameters

header IOpcServiceResponseHeader


results CallMethodResultCollection


diagnosticInfos DiagnosticInfoCollection



Exceptions

ArgumentNullException