OpcNodeValueExtensions Class

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

Provides a set of static (Shared in Visual Basic) methods to perform different OpcClient related tasks using OpcNodeValue´1 instances.

C#

public static class OpcNodeValueExtensions


Inheritance Object › OpcNodeValueExtensions

Name Description
Read``1(IEnumerable, OpcClient) Reads one or more values of one or more value attributes of one or more nodes represented by the nodes specified.
Read``1(OpcNodeValue, OpcClient) Reads the value of the value attribute of the node represented by the node specified.
Write``1(IEnumerable, OpcClient) Writes one or more values to one or more value attributes of one or more nodes represented by the nodes specified.
Write``1(IEnumerable, OpcClient, IEnumerable) Writes one or more values to one or more value attributes of one or more nodes represented by the nodes using the values specified.
Write``1(IEnumerable, OpcClient, 0) Writes one or more values to one or more value attributes of one or more nodes represented by the nodes using the values specified.
Write``1(OpcNodeValue, OpcClient) Writes the value attribute of the node specified.
Write``1(OpcNodeValue, OpcClient, 0) Writes the value attribute of the node using the value specified.