~~NOTRANS~~ ====== OpcClientServices Members ====== **Namespace:** Opc.UaFx.Client \\ **Assemblies:** Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll \\ The [[Opc.UaFx.Client.OpcClientServices|OpcClientServices]] type exposes the following members. ===== Properties ===== ==== Browse ==== <panel> Gets the [[Opc.UaFx.Services.IOpcService-2|IOpcService´2]] instance which implements the [[Opc.UaFx.Services.IOpcBrowseService|IOpcBrowseService]] interface used to browse nodes. **C#** \\ <code csharp> [CLSCompliant(false)] public IOpcBrowseService Browse { get; } </code> \\ **Property Value** [[Opc.UaFx.Services.IOpcBrowseService|IOpcBrowseService]] \\ An instance which implements the [[Opc.UaFx.Services.IOpcBrowseService|IOpcBrowseService]] interface. </panel> ==== ReadNodes ==== <panel> Gets the [[Opc.UaFx.Services.IOpcService-2|IOpcService´2]] instance which implements the [[Opc.UaFx.Services.IOpcReadNodesService|IOpcReadNodesService]] interface used to read node data. **C#** \\ <code csharp> [CLSCompliant(false)] public IOpcReadNodesService ReadNodes { get; } </code> \\ **Property Value** [[Opc.UaFx.Services.IOpcReadNodesService|IOpcReadNodesService]] \\ An instance which implements the [[Opc.UaFx.Services.IOpcReadNodesService|IOpcReadNodesService]] interface. </panel> ==== ReadNodesHistory ==== <panel> Gets the [[Opc.UaFx.Services.IOpcService-2|IOpcService´2]] instance which implements the [[Opc.UaFx.Services.IOpcReadNodesHistoryService|IOpcReadNodesHistoryService]] interface used to read node historical data. **C#** \\ <code csharp> [CLSCompliant(false)] public IOpcReadNodesHistoryService ReadNodesHistory { get; } </code> \\ **Property Value** [[Opc.UaFx.Services.IOpcReadNodesHistoryService|IOpcReadNodesHistoryService]] \\ An instance which implements the [[Opc.UaFx.Services.IOpcReadNodesHistoryService|IOpcReadNodesHistoryService]] interface. </panel> ==== WriteNodes ==== <panel> Gets the [[Opc.UaFx.Services.IOpcService-2|IOpcService´2]] instance which implements the [[Opc.UaFx.Services.IOpcWriteNodesService|IOpcWriteNodesService]] interface used to write node data. **C#** \\ <code csharp> [CLSCompliant(false)] public IOpcWriteNodesService WriteNodes { get; } </code> \\ **Property Value** [[Opc.UaFx.Services.IOpcWriteNodesService|IOpcWriteNodesService]] \\ An instance which implements the [[Opc.UaFx.Services.IOpcWriteNodesService|IOpcWriteNodesService]] interface. </panel>