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