Public Member Functions | |
def | datachange_notification (self, node, val, data) |
def | event_notification (self, event) |
Subscription Handler. To receive events from server for a subscription data_change and event methods are called directly from receiving thread. Do not do expensive, slow or network operation there. Create another thread if you need to do such a thing
Definition at line 22 of file client-example.py.
def client-example.SubHandler.datachange_notification | ( | self, | |
node, | |||
val, | |||
data | |||
) |
Definition at line 31 of file client-example.py.
def client-example.SubHandler.event_notification | ( | self, | |
event | |||
) |
Definition at line 34 of file client-example.py.