NodeOPCUA API Documentation
Book
GitHub
Support
Preparing search index...
node-opcua
IBasicSessionAsyncMultiple
Interface IBasicSessionAsyncMultiple
interface
IBasicSessionAsyncMultiple
{
browse
(
nodesToBrowse
:
BrowseDescriptionLike
[]
)
:
Promise
<
BrowseResult
[]
>
;
call
(
methodsToCall
:
CallMethodRequestOptions
[]
,
)
:
Promise
<
CallMethodResult
[]
>
;
read
(
nodesToRead
:
ReadValueIdOptions
[]
,
maxAge
?:
number
,
)
:
Promise
<
DataValue
[]
>
;
translateBrowsePath
(
browsePaths
:
BrowsePathOptions
[]
,
)
:
Promise
<
BrowsePathResult
[]
>
;
write
(
nodesToWrite
:
WriteValueOptions
[]
)
:
Promise
<
StatusCode
[]
>
;
}
Hierarchy (
View Summary
)
IBasicSessionBrowseAsyncMultiple
IBasicSessionReadAsyncMultiple
IBasicSessionWriteAsyncMultiple
IBasicSessionCallAsyncMultiple
IBasicSessionTranslateBrowsePathAsyncMultiple
IBasicSessionAsyncMultiple
Index
Methods
browse
call
read
translate
Browse
Path
write
Methods
browse
browse
(
nodesToBrowse
:
BrowseDescriptionLike
[]
)
:
Promise
<
BrowseResult
[]
>
Parameters
nodesToBrowse
:
BrowseDescriptionLike
[]
Returns
Promise
<
BrowseResult
[]
>
call
call
(
methodsToCall
:
CallMethodRequestOptions
[]
)
:
Promise
<
CallMethodResult
[]
>
Parameters
methodsToCall
:
CallMethodRequestOptions
[]
Returns
Promise
<
CallMethodResult
[]
>
read
read
(
nodesToRead
:
ReadValueIdOptions
[]
,
maxAge
?:
number
)
:
Promise
<
DataValue
[]
>
Parameters
nodesToRead
:
ReadValueIdOptions
[]
Optional
maxAge
:
number
Returns
Promise
<
DataValue
[]
>
translate
Browse
Path
translateBrowsePath
(
browsePaths
:
BrowsePathOptions
[]
,
)
:
Promise
<
BrowsePathResult
[]
>
Parameters
browsePaths
:
BrowsePathOptions
[]
Returns
Promise
<
BrowsePathResult
[]
>
write
write
(
nodesToWrite
:
WriteValueOptions
[]
)
:
Promise
<
StatusCode
[]
>
Parameters
nodesToWrite
:
WriteValueOptions
[]
Returns
Promise
<
StatusCode
[]
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
browse
call
read
translate
Browse
Path
write
Book
GitHub
Support
NodeOPCUA API Documentation
Loading...