'Declaration
<ExtensionAttribute()> <NotNullAttribute()> Public Overloads Shared Function ReadItem( _ ByVal client As IEasyDAClient, _ ByVal readItemArguments As DAReadItemArguments _ ) As DAVtq
'Usage
Dim client As IEasyDAClient Dim readItemArguments As DAReadItemArguments Dim value As DAVtq value = IEasyDAClientExtension.ReadItem(client, readItemArguments)
[Extension()] [NotNull()] public static DAVtq ReadItem( IEasyDAClient client, DAReadItemArguments readItemArguments )
[Extension()] [NotNull()] public: static DAVtq^ ReadItem( 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 never returns null
(Nothing
in Visual Basic).