mg_send_mqtt_handshake_opt.md 326 Bytes
Newer Older
1 2 3 4 5 6 7 8 9
---
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);
---

10
Sends an MQTT handshake with optional parameters. 
11