Preparing search index...
The search index is not available
NodeOPCUA reference documentation - public API
NodeOPCUA reference documentation - public API
node-opcua
IBasicSessionReadAsyncSimple
Interface IBasicSessionReadAsyncSimple
interface
IBasicSessionReadAsyncSimple
{
read
(
nodeToRead
:
ReadValueIdOptions
,
maxAge
?:
number
)
:
Promise
<
DataValue
>
;
}
Hierarchy (
view full
)
IBasicSessionReadAsyncSimple
IBasicSessionReadAsync
IBasicSessionAsyncSimple
Index
Methods
read
Methods
read
read
(
nodeToRead
,
maxAge
?
)
:
Promise
<
DataValue
>
Parameters
nodeToRead
:
ReadValueIdOptions
Optional
maxAge
:
number
Returns
Promise
<
DataValue
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Methods
read
NodeOPCUA reference documentation - public API
Loading...