mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-08 05:15:16 +08:00
12 lines
322 B
Markdown
12 lines
322 B
Markdown
|
---
|
||
|
title: "mg_send_mqtt_handshake_opt()"
|
||
|
decl_name: "mg_send_mqtt_handshake_opt"
|
||
|
symbol_kind: "func"
|
||
|
signature: |
|
||
|
void mg_send_mqtt_handshake_opt(struct mg_connection *nc, const char *client_id,
|
||
|
struct mg_send_mqtt_handshake_opts);
|
||
|
---
|
||
|
|
||
|
Send MQTT handshake with optional parameters.
|
||
|
|