mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-07 20:12:29 +08:00
11 lines
223 B
Markdown
11 lines
223 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);
|
|
---
|
|
|
|
Sends a CONNACK command with a given `return_code`.
|
|
|