Searched refs:MQTTResponse (Results 1 - 1 of 1) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/ |
H A D | MQTTClient.h | 969 typedef struct MQTTResponse struct 976 } MQTTResponse; typedef 980 DLLExport void MQTTResponse_free(MQTTResponse response); 982 DLLExport MQTTResponse MQTTClient_connect5(MQTTClient handle, MQTTClient_connectOptions* options, 1036 DLLExport MQTTResponse MQTTClient_subscribe5(MQTTClient handle, const char* topic, int qos, 1057 DLLExport MQTTResponse MQTTClient_subscribeMany5(MQTTClient handle, int count, char* const* topic, 1073 DLLExport MQTTResponse MQTTClient_unsubscribe5(MQTTClient handle, const char* topic, MQTTProperties* props); 1088 DLLExport MQTTResponse MQTTClient_unsubscribeMany5(MQTTClient handle, int count, char* const* topic, MQTTProperties* props); 1114 DLLExport MQTTResponse MQTTClient_publish5(MQTTClient handle, const char* topicName, int payloadlen, const void* payload, 1138 DLLExport MQTTResponse MQTTClient_publishMessage [all...] |
Completed in 3 milliseconds