OPC Labs EasyOPC-UA Components Library
Read Method
OpcLabs_EasyOpcUAComponents ActiveX DLL > EasyUAClient Object : Read Method

Description
Reads data of a node's Value attribute, using an endpoint descriptor and a node Id.

 

DISPID (Dispatch ID):

 

For more information, see Read in .NET Reference.

Syntax
Visual Basic
Public Function Read( _
   ByVal endpointDescriptorString As String, _
   ByVal nodeDescriptorString As String _
) As UAAttributeData
Parameters
endpointDescriptorString

nodeDescriptorString

Return Type

See Read in .NET Reference.

Remarks

For remarks, see Read in .NET Reference.

Example

For examples, see Read in .NET Reference.

See Also

EasyUAClient Object  | EasyUAClient Members