mg_mqtt_pong.md 167 Bytes
Newer Older
1 2 3 4 5 6 7 8
---
title: "mg_mqtt_pong()"
decl_name: "mg_mqtt_pong"
symbol_kind: "func"
signature: |
  void mg_mqtt_pong(struct mg_connection *nc);
---

9
Sends a PINGRESP command. 
10