Lines Matching refs:cmd
70 self.cmd = 0
85 mh.cmd = self.cmd
101 self.cmd = mh.cmd
119 self.cmd = 0
123 def sendMsg(self, s, cmd, token, protobuf=''): argument
135 self.cmd = cmd
140 self.header.cmd = self.cmd
162 self.cmd = self.header.cmd
213 print "cmd=%d" % (resp.cmd)
218 if ((resp.cmd == 0) & (resp.token == 1234567890123) &
229 print "cmd=%d" % (resp.cmd)
234 if (resp.cmd == ctrl_pb2.CTRL_CMD_GET_RADIO_STATE):