MCPcopy Create free account
hub / github.com/FreeOpcUa/python-opcua / event_notification

Method event_notification

opcua/common/subscription.py:36–40  ·  view source on GitHub ↗

called for every event notification from server

(self, event)

Source from the content-addressed store, hash-verified

34 pass
35
36 def event_notification(self, event):
37 """
38 called for every event notification from server
39 """
40 pass
41
42 def status_change_notification(self, status):
43 """

Callers 1

_call_eventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected