Preparing search index...
The search index is not available
NodeOPCUA reference documentation - public API
NodeOPCUA reference documentation - public API
node-opcua
IBasicSessionReadAsyncMultiple
Interface IBasicSessionReadAsyncMultiple
interface
IBasicSessionReadAsyncMultiple
{
read
(
nodesToRead
:
ReadValueIdOptions
[]
,
maxAge
?:
number
)
:
Promise
<
DataValue
[]
>
;
}
Hierarchy (
view full
)
IBasicSessionReadAsyncMultiple
IBasicSessionReadAsync
IBasicSessionAsyncMultiple
Index
Methods
read
Methods
read
read
(
nodesToRead
,
maxAge
?
)
:
Promise
<
DataValue
[]
>
Parameters
nodesToRead
:
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...