mirror of
https://github.com/cesanta/mongoose.git
synced 2025-06-09 02:24:27 +08:00
226 B
226 B
title | decl_name | symbol_kind | signature |
---|---|---|---|
mg_mqtt_unsuback() | mg_mqtt_unsuback | func | void mg_mqtt_unsuback(struct mg_connection *nc, uint16_t message_id); |
Sends a UNSUBACK command with a given message_id
.