OpcClientServices Class

Namespace: Opc.UaFx.Client
Assemblies: Opc.UaFx.Advanced.dll

Defines the different services supported by the OpcClient.

C#

public class OpcClientServices


Inheritance Object › OpcClientServices

Name Description
Browse Gets the IOpcService´2 instance which implements the IOpcBrowseService interface used to browse nodes.
ReadNodes Gets the IOpcService´2 instance which implements the IOpcReadNodesService interface used to read node data.
ReadNodesHistory Gets the IOpcService´2 instance which implements the IOpcReadNodesHistoryService interface used to read node historical data.
WriteNodes Gets the IOpcService´2 instance which implements the IOpcWriteNodesService interface used to write node data.