'Declaration<ExtensionAttribute()> <JetBrains.Annotations.NotNullAttribute()> Public Overloads Shared Function ReadOne( _ ByVal client As IEasyUAClient, _ ByVal readArguments As UAReadArguments _ ) As UAAttributeDataResult
'UsageDim client As IEasyUAClient Dim readArguments As UAReadArguments Dim value As UAAttributeDataResult value = IEasyUAClientExtension2.ReadOne(client, readArguments)
[Extension()] [JetBrains.Annotations.NotNull()] public static UAAttributeDataResult ReadOne( IEasyUAClient client, UAReadArguments readArguments )
[Extension()] [JetBrains.Annotations.NotNull()] public: static UAAttributeDataResult^ ReadOne( IEasyUAClient^ client, UAReadArguments^ readArguments )
Parameters
- client
- The client object that will perform the operation.
The value of this parameter cannot be
null(Nothingin Visual Basic). - readArguments
- The arguments object that specifies what to read from the OPC-UA server.
The value of this parameter cannot be
null(Nothingin Visual Basic).
Return Value
This method never returns null (Nothing in Visual Basic).