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

Method data_change

opcua/common/subscription.py:24–28  ·  view source on GitHub ↗

Deprecated, use datachange_notification

(self, handle, node, val, attr)

Source from the content-addressed store, hash-verified

22 """
23
24 def data_change(self, handle, node, val, attr):
25 """
26 Deprecated, use datachange_notification
27 """
28 pass
29
30 def datachange_notification(self, node, val, data):
31 """

Callers 1

_call_datachangeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected