mg_mqtt_puback.md 218 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10
---
title: "mg_mqtt_puback()"
decl_name: "mg_mqtt_puback"
symbol_kind: "func"
signature: |
  void mg_mqtt_puback(struct mg_connection *nc, uint16_t message_id);
---

Sends a PUBACK command with a given `message_id`.