mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-09 14:15:37 +08:00
11 lines
219 B
Markdown
11 lines
219 B
Markdown
---
|
|
title: "mg_send_mqtt_handshake()"
|
|
decl_name: "mg_send_mqtt_handshake"
|
|
symbol_kind: "func"
|
|
signature: |
|
|
void mg_send_mqtt_handshake(struct mg_connection *nc, const char *client_id);
|
|
---
|
|
|
|
Sends an MQTT handshake.
|
|
|