mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-15 09:49:19 +08:00
11 lines
218 B
Markdown
11 lines
218 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);
|
|
---
|
|
|
|
Sends a PUBREC command with a given `message_id`.
|
|
|