mirror of
https://github.com/cesanta/mongoose.git
synced 2025-06-07 09:27:05 +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
.