mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-16 18:39:18 +08:00
13 lines
302 B
Markdown
13 lines
302 B
Markdown
|
---
|
||
|
title: "mg_mqtt_suback()"
|
||
|
decl_name: "mg_mqtt_suback"
|
||
|
symbol_kind: "func"
|
||
|
signature: |
|
||
|
void mg_mqtt_suback(struct mg_connection *nc, uint8_t *qoss, size_t qoss_len,
|
||
|
uint16_t message_id);
|
||
|
---
|
||
|
|
||
|
Send a SUBACK command with a given `message_id`
|
||
|
and a sequence of granted QoSs.
|
||
|
|