Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
H A DMQTTClient.h599 * structure is passed in the MQTTClient_connectOptions structure used in the
769 * MQTTClient_connectOptions defines several settings that control the way the
773 * MQTTClient_connectOptions so it is good practice to specify all settings.
774 * If the MQTTClient_connectOptions structure is defined as an automatic
776 * client application. If the MQTTClient_connectOptions structure is defined
920 } MQTTClient_connectOptions; typedef
953 * @param options A pointer to a valid MQTTClient_connectOptions
966 DLLExport int MQTTClient_connect(MQTTClient handle, MQTTClient_connectOptions* options);
982 DLLExport MQTTResponse MQTTClient_connect5(MQTTClient handle, MQTTClient_connectOptions* options,
994 * MQTTClient_connectOptions
[all...]

Completed in 2 milliseconds