mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-04 18:29:01 +08:00
11 lines
187 B
Markdown
11 lines
187 B
Markdown
|
---
|
||
|
title: "mg_mqtt_disconnect()"
|
||
|
decl_name: "mg_mqtt_disconnect"
|
||
|
symbol_kind: "func"
|
||
|
signature: |
|
||
|
void mg_mqtt_disconnect(struct mg_connection *nc);
|
||
|
---
|
||
|
|
||
|
Sends a DISCONNECT command.
|
||
|
|