NodeOPCUA API Documentation
Book
GitHub
Support
Preparing search index...
node-opcua-pseudo-session
IBasicSessionCallCallback
Interface IBasicSessionCallCallback
interface
IBasicSessionCallCallback
{
call
(
methodToCall
:
CallMethodRequestOptions
,
callback
:
(
err
:
Error
|
null
,
result
?:
CallMethodResult
)
=>
void
,
)
:
void
;
call
(
methodsToCall
:
CallMethodRequestOptions
[]
,
callback
:
(
err
:
Error
|
null
,
results
?:
CallMethodResult
[]
)
=>
void
,
)
:
void
;
}
Hierarchy (
View Summary
)
IBasicSessionCallCallback
IBasicSessionCall
Index
Methods
call
Methods
call
call
(
methodToCall
:
CallMethodRequestOptions
,
callback
:
(
err
:
Error
|
null
,
result
?:
CallMethodResult
)
=>
void
,
)
:
void
Parameters
methodToCall
:
CallMethodRequestOptions
callback
:
(
err
:
Error
|
null
,
result
?:
CallMethodResult
)
=>
void
Returns
void
call
(
methodsToCall
:
CallMethodRequestOptions
[]
,
callback
:
(
err
:
Error
|
null
,
results
?:
CallMethodResult
[]
)
=>
void
,
)
:
void
Parameters
methodsToCall
:
CallMethodRequestOptions
[]
callback
:
(
err
:
Error
|
null
,
results
?:
CallMethodResult
[]
)
=>
void
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
call
Book
GitHub
Support
NodeOPCUA API Documentation
Loading...