NodeOPCUA API Documentation
Book
GitHub
Support
Preparing search index...
node-opcua-client
index
IBasicSessionCallAsync
Interface IBasicSessionCallAsync
interface
IBasicSessionCallAsync
{
call
(
methodToCall
:
CallMethodRequestOptions
)
:
Promise
<
CallMethodResult
>
;
call
(
methodsToCall
:
CallMethodRequestOptions
[]
,
)
:
Promise
<
CallMethodResult
[]
>
;
}
Hierarchy (
View Summary
)
IBasicSessionCallAsyncSimple
IBasicSessionCallAsyncMultiple
IBasicSessionCallAsync
IBasicSessionCall
IBasicSessionAsync
Index
Methods
call
Methods
call
call
(
methodToCall
:
CallMethodRequestOptions
)
:
Promise
<
CallMethodResult
>
Parameters
methodToCall
:
CallMethodRequestOptions
Returns
Promise
<
CallMethodResult
>
call
(
methodsToCall
:
CallMethodRequestOptions
[]
)
:
Promise
<
CallMethodResult
[]
>
Parameters
methodsToCall
:
CallMethodRequestOptions
[]
Returns
Promise
<
CallMethodResult
[]
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
call
Book
GitHub
Support
NodeOPCUA API Documentation
Loading...