We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffa08e9 commit baaa9aaCopy full SHA for baaa9aa
include/net/mqtt_helper.h
@@ -103,6 +103,8 @@ int mqtt_helper_init(struct mqtt_helper_cfg *cfg);
103
*
104
* @retval 0 if successful.
105
* @retval -EOPNOTSUPP if operation is not supported in the current state.
106
+ * @return A positive error code in case of DNS error, corresponding to ``getaddrinfo()`` return
107
+ * values.
108
* @return Otherwise a negative error code.
109
*/
110
int mqtt_helper_connect(struct mqtt_helper_conn_params *conn_params);
0 commit comments