Preparing search index...
The search index is not available
NodeOPCUA reference documentation - public API
NodeOPCUA reference documentation - public API
node-opcua-client
node-opcua-client
IBasicSessionBrowseNextAsync
Interface IBasicSessionBrowseNextAsync
interface
IBasicSessionBrowseNextAsync
{
browseNext
(
continuationPoint
:
Buffer
,
releaseContinuationPoints
:
boolean
)
:
Promise
<
BrowseResult
>
;
browseNext
(
continuationPoints
:
Buffer
[]
,
releaseContinuationPoints
:
boolean
)
:
Promise
<
BrowseResult
[]
>
;
}
Hierarchy (
view full
)
IBasicSessionBrowseNextAsyncMultiple
IBasicSessionBrowseNextAsyncSimple
IBasicSessionBrowseNextAsync
IBasicSessionBrowseNext
IBasicSessionAsync2
Index
Methods
browse
Next
Methods
browse
Next
browse
Next
(
continuationPoint
,
releaseContinuationPoints
)
:
Promise
<
BrowseResult
>
Parameters
continuationPoint
:
Buffer
releaseContinuationPoints
:
boolean
Returns
Promise
<
BrowseResult
>
browse
Next
(
continuationPoints
,
releaseContinuationPoints
)
:
Promise
<
BrowseResult
[]
>
Parameters
continuationPoints
:
Buffer
[]
releaseContinuationPoints
:
boolean
Returns
Promise
<
BrowseResult
[]
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Methods
browse
Next
NodeOPCUA reference documentation - public API
Loading...