class documentation

class UaDataChangeSubscriber(ABC):

View In Hierarchy

Interface for OPC UA data change subscribers.

Async Method ua_on_data_change Handle OPC UA node data change notification.
@abstractmethod
async def ua_on_data_change(self, node: Node, val: Any, data: DataChangeNotif): ΒΆ

Handle OPC UA node data change notification.