mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-25 11:39:01 +08:00
Update mg_mqtt_next_subscribe_topic.md
This commit is contained in:
parent
033ca26216
commit
10eed010df
@ -7,9 +7,9 @@ signature: |
|
|||||||
struct mg_str *topic, uint8_t *qos, int pos);
|
struct mg_str *topic, uint8_t *qos, int pos);
|
||||||
---
|
---
|
||||||
|
|
||||||
Extract the next topic expression from a SUBSCRIBE command payload.
|
Extracts the next topic expression from a SUBSCRIBE command payload.
|
||||||
|
|
||||||
Topic expression name will point to a string in the payload buffer.
|
The 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
|
Returns the pos of the next topic expression or -1 when the list
|
||||||
of topics is exhausted.
|
of topics is exhausted.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user