NodeOPCUA API Documentation
Book
GitHub
Support
Preparing search index...
node-opcua-client
index
IBasicSessionReadAsyncSimple
Interface IBasicSessionReadAsyncSimple
interface
IBasicSessionReadAsyncSimple
{
read
(
nodeToRead
:
ReadValueIdOptions
,
maxAge
?:
number
,
)
:
Promise
<
DataValue
>
;
}
Hierarchy (
View Summary
)
IBasicSessionReadAsyncSimple
IBasicSessionReadAsync
IBasicSessionAsyncSimple
Index
Methods
read
Methods
read
read
(
nodeToRead
:
ReadValueIdOptions
,
maxAge
?:
number
)
:
Promise
<
DataValue
>
Parameters
nodeToRead
:
ReadValueIdOptions
Optional
maxAge
:
number
Returns
Promise
<
DataValue
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
read
Book
GitHub
Support
NodeOPCUA API Documentation
Loading...