mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-12 07:29:04 +08:00
11 lines
165 B
Markdown
11 lines
165 B
Markdown
|
---
|
||
|
title: "mg_mqtt_ping()"
|
||
|
decl_name: "mg_mqtt_ping"
|
||
|
symbol_kind: "func"
|
||
|
signature: |
|
||
|
void mg_mqtt_ping(struct mg_connection *nc);
|
||
|
---
|
||
|
|
||
|
Send a PINGREQ command.
|
||
|
|