mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-15 01:29:00 +08:00
e406de7e00
PUBLISHED_FROM=8b7fcfc1bc32ff9ff38e2904ddb730c83bf9fae4
11 lines
217 B
Markdown
11 lines
217 B
Markdown
---
|
|
title: "mg_mqtt_puback()"
|
|
decl_name: "mg_mqtt_puback"
|
|
symbol_kind: "func"
|
|
signature: |
|
|
void mg_mqtt_puback(struct mg_connection *nc, uint16_t message_id);
|
|
---
|
|
|
|
Send a PUBACK command with a given `message_id`.
|
|
|