OpcClientServices Members

Namespace: Opc.UaFx.Client
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The OpcClientServices type exposes the following members.

Browse

Gets the IOpcService´2 instance which implements the IOpcBrowseService interface used to browse nodes.

C#

[CLSCompliant(false)]
public IOpcBrowseService Browse { get; }


Property Value

IOpcBrowseService

An instance which implements the IOpcBrowseService interface.

ReadNodes

Gets the IOpcService´2 instance which implements the IOpcReadNodesService interface used to read node data.

C#

[CLSCompliant(false)]
public IOpcReadNodesService ReadNodes { get; }


Property Value

IOpcReadNodesService

An instance which implements the IOpcReadNodesService interface.

ReadNodesHistory

Gets the IOpcService´2 instance which implements the IOpcReadNodesHistoryService interface used to read node historical data.

C#

[CLSCompliant(false)]
public IOpcReadNodesHistoryService ReadNodesHistory { get; }


Property Value

IOpcReadNodesHistoryService

An instance which implements the IOpcReadNodesHistoryService interface.

WriteNodes

Gets the IOpcService´2 instance which implements the IOpcWriteNodesService interface used to write node data.

C#

[CLSCompliant(false)]
public IOpcWriteNodesService WriteNodes { get; }


Property Value

IOpcWriteNodesService

An instance which implements the IOpcWriteNodesService interface.