Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
H A DMQTTClient.h341 * @param topicName The topic associated with the received message.
343 * more NULL characters embedded in <i>topicName</i>, otherwise <i>topicLen</i>
344 * is 0. If <i>topicLen</i> is 0, the value returned by <i>strlen(topicName)</i>
346 * can be retrieved by accessing <i>topicName</i> as a byte array of length
357 typedef int MQTTClient_messageArrived(void* context, char* topicName, int topicLen, MQTTClient_message* message);
613 const char* topicName; member
1099 * @param topicName The topic associated with this message.
1111 DLLExport int MQTTClient_publish(MQTTClient handle, const char* topicName, int payloadlen, const void* payload, int qos, int retained,
1114 DLLExport MQTTResponse MQTTClient_publish5(MQTTClient handle, const char* topicName, int payloadlen, const void* payload,
1125 * @param topicName Th
[all...]
H A DMQTTPersistence.h82 char* topicName; member
H A DMQTTAsync.h332 * @param topicName The topic associated with the received message.
334 * more NULL characters embedded in <i>topicName</i>, otherwise <i>topicLen</i>
335 * is 0. If <i>topicLen</i> is 0, the value returned by <i>strlen(topicName)</i>
337 * can be retrieved by accessing <i>topicName</i> as a byte array of length
348 typedef int MQTTAsync_messageArrived(void* context, char* topicName, int topicLen, MQTTAsync_message* message);
868 const char* topicName; member
1854 int msgarrvd(void *context, char *topicName, int topicLen, MQTTAsync_message *message)
1860 printf(" topic: %s\n", topicName);
1870 MQTTAsync_free(topicName);

Completed in 6 milliseconds