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