MqttMonitor/MqttClient.py

changeset 9
f75a385e9127
parent 3
82845c0fd550
child 10
7e0e921dc7ea
equal deleted inserted replaced
8:95b56dcfa09b 9:f75a385e9127
212 return QCoreApplication.translate( 212 return QCoreApplication.translate(
213 "MqttConnackMessage", 213 "MqttConnackMessage",
214 "Connection Refused: unknown reason.") 214 "Connection Refused: unknown reason.")
215 215
216 216
217 def mqttErrorMessage(self, mqttErrno): 217 def mqttErrorMessage(mqttErrno):
218 """ 218 """
219 Public method to get the error string associated with an MQTT error 219 Public method to get the error string associated with an MQTT error
220 number. 220 number.
221 221
222 @param mqttErrno result code of a MQTT request 222 @param mqttErrno result code of a MQTT request

eric ide

mercurial