Preparing search index...
The search index is not available
NodeOPCUA reference documentation - public API
NodeOPCUA reference documentation - public API
node-opcua
IBasicSessionCallAsync
Interface IBasicSessionCallAsync
interface
IBasicSessionCallAsync
{
call
(
methodToCall
:
CallMethodRequestOptions
)
:
Promise
<
CallMethodResult
>
;
call
(
methodsToCall
:
CallMethodRequestOptions
[]
)
:
Promise
<
CallMethodResult
[]
>
;
}
Hierarchy (
view full
)
IBasicSessionCallAsyncSimple
IBasicSessionCallAsyncMultiple
IBasicSessionCallAsync
IBasicSessionCall
Index
Methods
call
Methods
call
call
(
methodToCall
)
:
Promise
<
CallMethodResult
>
Parameters
methodToCall
:
CallMethodRequestOptions
Returns
Promise
<
CallMethodResult
>
call
(
methodsToCall
)
:
Promise
<
CallMethodResult
[]
>
Parameters
methodsToCall
:
CallMethodRequestOptions
[]
Returns
Promise
<
CallMethodResult
[]
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Methods
call
NodeOPCUA reference documentation - public API
Loading...