Пример #1
0
 def send_stop_command(self, force):
     self.outgoingUDP.sendto(packets.make_stop_packet(force), self.address)
 def send_stop_command(self, force):
     self.outgoingUDP.sendto(packets.make_stop_packet(force), self.address)
Пример #3
0
 def send_stop_command(self, force):
     self.outgoingUDP.sendto(packets.make_stop_packet(force), self.address)
     self.logger.debug("Sent stop command to address %s." % str(self.address))