Commit 15a0f7a0 authored by Evelyn's avatar Evelyn Committed by GitHub

Update mg_mqtt_broker.md

parent a751adba
...@@ -6,9 +6,9 @@ signature: | ...@@ -6,9 +6,9 @@ signature: |
void mg_mqtt_broker(struct mg_connection *brk, int ev, void *data); void mg_mqtt_broker(struct mg_connection *brk, int ev, void *data);
--- ---
Process a MQTT broker message. Processes a MQTT broker message.
Listening connection expects a pointer to an initialized `mg_mqtt_broker` The listening connection expects a pointer to an initialised `mg_mqtt_broker`
structure in the `user_data` field. structure in the `user_data` field.
Basic usage: Basic usage:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment