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
IBasicSessionAsyncSimple
Interface IBasicSessionAsyncSimple
interface
IBasicSessionAsyncSimple
{
browse
(
nodeToBrowse
:
BrowseDescriptionLike
)
:
Promise
<
BrowseResult
>
;
call
(
methodToCall
:
CallMethodRequestOptions
)
:
Promise
<
CallMethodResult
>
;
read
(
nodeToRead
:
ReadValueIdOptions
,
maxAge
?:
number
)
:
Promise
<
DataValue
>
;
translateBrowsePath
(
browsePath
:
BrowsePath
)
:
Promise
<
BrowsePathResult
>
;
write
(
nodeToWrite
:
WriteValueOptions
)
:
Promise
<
StatusCode
>
;
}
Hierarchy (
view full
)
IBasicSessionBrowseAsyncSimple
IBasicSessionReadAsyncSimple
IBasicSessionWriteAsyncSimple
IBasicSessionCallAsyncSimple
IBasicSessionTranslateBrowsePathAsyncSimple
IBasicSessionAsyncSimple
Index
Methods
browse
call
read
translate
Browse
Path
write
Methods
browse
browse
(
nodeToBrowse
)
:
Promise
<
BrowseResult
>
Parameters
nodeToBrowse
:
BrowseDescriptionLike
Returns
Promise
<
BrowseResult
>
call
call
(
methodToCall
)
:
Promise
<
CallMethodResult
>
Parameters
methodToCall
:
CallMethodRequestOptions
Returns
Promise
<
CallMethodResult
>
read
read
(
nodeToRead
,
maxAge
?
)
:
Promise
<
DataValue
>
Parameters
nodeToRead
:
ReadValueIdOptions
Optional
maxAge
:
number
Returns
Promise
<
DataValue
>
translate
Browse
Path
translate
Browse
Path
(
browsePath
)
:
Promise
<
BrowsePathResult
>
Parameters
browsePath
:
BrowsePath
Returns
Promise
<
BrowsePathResult
>
write
write
(
nodeToWrite
)
:
Promise
<
StatusCode
>
Parameters
nodeToWrite
:
WriteValueOptions
Returns
Promise
<
StatusCode
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Methods
browse
call
read
translate
Browse
Path
write
NodeOPCUA reference documentation - public API
Loading...