mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-23 07:54:16 +08:00
11 lines
186 B
Markdown
11 lines
186 B
Markdown
|
---
|
||
|
title: "mg_mqtt_disconnect()"
|
||
|
decl_name: "mg_mqtt_disconnect"
|
||
|
symbol_kind: "func"
|
||
|
signature: |
|
||
|
void mg_mqtt_disconnect(struct mg_connection *nc);
|
||
|
---
|
||
|
|
||
|
Send a DISCONNECT command.
|
||
|
|