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