mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-14 08:39:23 +08:00
11 lines
222 B
Markdown
11 lines
222 B
Markdown
|
---
|
||
|
title: "mg_mqtt_connack()"
|
||
|
decl_name: "mg_mqtt_connack"
|
||
|
symbol_kind: "func"
|
||
|
signature: |
|
||
|
void mg_mqtt_connack(struct mg_connection *nc, uint8_t return_code);
|
||
|
---
|
||
|
|
||
|
Send a CONNACK command with a given `return_code`.
|
||
|
|