Searched refs:topicLen (Results 1 - 3 of 3) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/ |
H A D | MQTTPersistence.h | 83 int topicLen; member
|
H A D | MQTTClient.h | 342 * @param topicLen The length of the topic if there are one 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> 345 * can be trusted. If <i>topicLen</i> is greater than 0, the full topic name 347 * <i>topicLen</i>. 357 typedef int MQTTClient_messageArrived(void* context, char* topicName, int topicLen, MQTTClient_message* message); 1204 * @param topicLen The length of the topic. If the return code from this 1207 * <i>topicLen</i>. 1218 DLLExport int MQTTClient_receive(MQTTClient handle, char** topicName, int* topicLen, MQTTClient_message** message, 1483 int msgarrvd(void *context, char *topicName, int topicLen, MQTTClient_messag [all...] |
H A D | MQTTAsync.h | 333 * @param topicLen The length of the topic if there are one 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> 336 * can be trusted. If <i>topicLen</i> is greater than 0, the full topic name 338 * <i>topicLen</i>. 348 typedef int MQTTAsync_messageArrived(void* context, char* topicName, int topicLen, MQTTAsync_message* message); 1854 int msgarrvd(void *context, char *topicName, int topicLen, MQTTAsync_message *message)
|
Completed in 6 milliseconds