##// END OF EJS Templates
imanay -
r112:113
parent child
Show More
@@ -42,9 +42,8
42 datarpta = self.tx_buffer No newline at end of file
42 datarpta = self.tx_buffer
43 No newline at end of file
43
44 if cmd == "NTST":
44 if cmd == "NTST":
No newline at end of file
45 self.enaModules = self.__getConnectionStatus() No newline at end of file
46 #Using tx buffer
45 #Using tx buffer
No newline at end of file
46 datarpta = self.__getConnectionStatus(cmd = cmd) No newline at end of file
47 datarpta = self.enaModules No newline at end of file
48 No newline at end of file
47
49 self.commServerObj.sendData(cmd=cmd, data=datarpta, ipDestino = ipSource) No newline at end of file
48 self.commServerObj.sendData(cmd=cmd, data=datarpta, ipDestino = ipSource)
50 No newline at end of file
49
General Comments 0
You need to be logged in to leave comments. Login now