MQTT::return_code_list

Description

This command gets the return-code-list of MQTT SUBACK message.

Syntax

MQTT::return_code_list

Each number in the list should be smaller than 256. Valid values are:
  • 0 : Success - Maximum QoS 0.
  • 1 : Success - Maximum QoS 1.
  • 2 : Success - Maximum QoS 2.
  • 128 : Failure
  • Other : Reserved for future use.

Examples