Home
last modified time | relevance | path

Searched refs:reasonCodes (Results 1 - 3 of 3) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
H A DMQTTAsync.h505 /** For subscribeMany, the list of reasonCodes returned by the server. */
508 int reasonCodeCount; /**< the number of reason codes in the reasonCodes array */
509 enum MQTTReasonCodes* reasonCodes; /**< an array of reasonCodes */ member
524 /** For unsubscribeMany, the list of reasonCodes returned by the server. */
527 int reasonCodeCount; /**< the number of reason codes in the reasonCodes array */
528 enum MQTTReasonCodes* reasonCodes; /**< an array of reasonCodes */ member
532 #define MQTTalt_initializer {.sub.reasonCodeCount = 0, .sub.reasonCodes = NULL}
H A DMQTTPacket.h193 List* reasonCodes; /**< list of reason codes */ member
H A DMQTTClient.h974 enum MQTTReasonCodes* reasonCodes; /* used for subscribeMany5 and unsubscribeMany5 */ member

Completed in 7 milliseconds