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