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