Exemple #1
0
 def __on_disconnect(self, hint, usb_path):
     workers.create("on_disconnect", hint, usb_path)
Exemple #2
0
 def __on_disconnect(self, hint, usb_path):
     workers.create("on_disconnect", hint, usb_path)
Exemple #3
0
 def __on_connect(self, hint, usb_path, tty_path, hw_info):
     workers.create("on_connect", hint, usb_path, tty_path, hw_info)
Exemple #4
0
 def __on_connect(self, hint, usb_path, tty_path, hw_info):
     workers.create("on_connect", hint, usb_path, tty_path, hw_info)