mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-08 21:46:54 +08:00
e406de7e00
PUBLISHED_FROM=8b7fcfc1bc32ff9ff38e2904ddb730c83bf9fae4
496 B
496 B
title | decl_name | symbol_kind | signature |
---|---|---|---|
mg_mqtt_next_subscribe_topic() | mg_mqtt_next_subscribe_topic | func | int mg_mqtt_next_subscribe_topic(struct mg_mqtt_message *msg, struct mg_str *topic, uint8_t *qos, int pos); |
Extract the next topic expression from a SUBSCRIBE command payload.
Topic expression name will point to a string in the payload buffer. Return the pos of the next topic expression or -1 when the list of topics is exhausted.