NodeOPCUA API Documentation
Book
GitHub
Support
Preparing search index...
node-opcua
OPCUABaseServerEvents
Interface OPCUABaseServerEvents
interface
OPCUABaseServerEvents
{
channelSecured
:
[
channel
:
ServerSecureChannelLayer
,
endpoint
:
OPCUAServerEndPoint
,
]
;
closeChannel
:
[
channel
:
ServerSecureChannelLayer
,
endpoint
:
OPCUAServerEndPoint
,
]
;
connectionRefused
:
[
socketData
:
ISocketData
,
endpoint
:
OPCUAServerEndPoint
]
;
newChannel
:
[
channel
:
ServerSecureChannelLayer
,
endpoint
:
OPCUAServerEndPoint
,
]
;
openSecureChannelFailure
:
[
socketData
:
ISocketData
,
channelData
:
IChannelData
,
endpoint
:
OPCUAServerEndPoint
,
]
;
request
:
[
request
:
Request
,
channel
:
ServerSecureChannelLayer
]
;
response
:
[
response
:
Response
,
channel
:
ServerSecureChannelLayer
]
;
}
Index
Properties
channel
Secured
close
Channel
connection
Refused
new
Channel
open
Secure
Channel
Failure
request
response
Properties
channel
Secured
channelSecured
:
[
channel
:
ServerSecureChannelLayer
,
endpoint
:
OPCUAServerEndPoint
,
]
close
Channel
closeChannel
:
[
channel
:
ServerSecureChannelLayer
,
endpoint
:
OPCUAServerEndPoint
]
connection
Refused
connectionRefused
:
[
socketData
:
ISocketData
,
endpoint
:
OPCUAServerEndPoint
]
new
Channel
newChannel
:
[
channel
:
ServerSecureChannelLayer
,
endpoint
:
OPCUAServerEndPoint
]
open
Secure
Channel
Failure
openSecureChannelFailure
:
[
socketData
:
ISocketData
,
channelData
:
IChannelData
,
endpoint
:
OPCUAServerEndPoint
,
]
request
request
:
[
request
:
Request
,
channel
:
ServerSecureChannelLayer
]
response
response
:
[
response
:
Response
,
channel
:
ServerSecureChannelLayer
]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
channel
Secured
close
Channel
connection
Refused
new
Channel
open
Secure
Channel
Failure
request
response
Book
GitHub
Support
NodeOPCUA API Documentation
Loading...