Searched refs:serverURI (Results 1 - 5 of 5) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/ |
H A D | MQTTAsync.h | 179 * Return code: protocol prefix in serverURI should be tcp://, ssl://, ws:// or wss:// 485 char* serverURI; member 520 char* serverURI; /**< the connection string of the server */ member 784 * @param serverURI A null-terminated string specifying the server to 818 DLLExport int MQTTAsync_create(MQTTAsync* handle, const char* serverURI, const char* clientId, 844 DLLExport int MQTTAsync_createWithOptions(MQTTAsync* handle, const char* serverURI, const char* clientId, 2053 20130528 160447.479 Connecting to serverURI localhost:1883
|
H A D | MQTTPersistenceDefault.h | 26 int pstopen(void** handle, const char* clientID, const char* serverURI, void* context);
|
H A D | MQTTClientPersistence.h | 96 * <i>serverURI</i> uniquely identifies the persistence store required. 106 * @param serverURI The connection string specified when the MQTT client was 113 typedef int (*Persistence_open)(void** handle, const char* clientID, const char* serverURI, void* context);
|
H A D | MQTTClient.h | 187 * Return code: protocol prefix in serverURI should be tcp://, ssl://, ws:// or wss:// 491 * @param serverURI A null-terminated string specifying the server to 526 DLLExport int MQTTClient_create(MQTTClient* handle, const char* serverURI, const char* clientId, 553 * @param serverURI A null-terminated string specifying the server to 589 DLLExport int MQTTClient_createWithOptions(MQTTClient* handle, const char* serverURI, const char* clientId, 900 const char* serverURI; /**< the serverURI connected to */ member 1672 20130528 160447.479 Connecting to serverURI localhost:1883
|
H A D | MQTTPersistence.h | 55 int MQTTPersistence_initialize(Clients* c, const char* serverURI);
|
Completed in 8 milliseconds