Esempio n. 1
0
 def stop_datatransfer(self):
     STOPCommandFactory = DTCommandFactory("STOP")
     
     self.s.send(STOPCommandFactory.commandstring())
Esempio n. 2
0
 def start_datatransfer(self):
     STARTCommandFactory = DTCommandFactory("START")
     
     self.s.send(STARTCommandFactory.commandstring())