mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-15 01:29:00 +08:00
849ec1684a
PUBLISHED_FROM=5cd78790a03580aa23dd3d2d8b825ad449083cc2
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`.
|
|
|