Home
last modified time | relevance | path

Searched refs:MQTTStringFormat_unsubscribe (Results 1 – 2 of 2) sorted by relevance

/device/board/isoftstone/yangfan/common/mqtt/mqttpacket/src/
DMQTTFormat.h32 int MQTTStringFormat_unsubscribe(char* strbuf, int strbuflen, unsigned char dup, unsigned short pac…
DMQTTFormat.c107 int MQTTStringFormat_unsubscribe(char* strbuf, int strbuflen, unsigned char dup, unsigned short pac… in MQTTStringFormat_unsubscribe() function
250 … strindex = MQTTStringFormat_unsubscribe(strbuf, strbuflen, dup, packetid, count, topicFilters); in MQTTFormat_toServerString()