'Declaration
<ExtensionAttribute()> <CanBeNullAttribute()> Public Overloads Shared Function ReadValue( _ ByVal client As IEasyUAClient, _ ByVal readArguments As UAReadArguments _ ) As Object
'Usage
Dim client As IEasyUAClient Dim readArguments As UAReadArguments Dim value As Object value = IEasyUAClientExtension.ReadValue(client, readArguments)
[Extension()] [CanBeNull()] public static object ReadValue( IEasyUAClient client, UAReadArguments readArguments )
[Extension()] [CanBeNull()] public: static Object^ ReadValue( IEasyUAClient^ client, UAReadArguments^ readArguments )
Parameters
- client
- The client object that will perform the operation.
This is typically the EasyUAClient object.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - readArguments
- Arguments specifying what to read from an OPC-UA server.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
This method can return null
(Nothing
in Visual Basic).