Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
H A DClients.h136 unsigned int cleansession : 1; /**< MQTT V3 clean session flag */ member
H A DMQTTAsync.h1039 * This is a boolean value. The cleansession setting controls the behaviour
1047 * When cleansession is true, the state information is discarded at
1048 * connect and disconnect. Setting cleansession to false keeps the state
1054 * session still exists, and cleansession=true, then the previous session
1055 * information at the client and server is cleared. If cleansession=false,
1059 int cleansession; member
1277 * cleansession settings for both the previous and the new connection (see
1278 * MQTTAsync_connectOptions.cleansession and MQTTAsync_connect()).
1708 conn_opts.cleansession = 1;
1789 conn_opts.cleansession
[all...]
H A DMQTTClient.h806 * This is a boolean value. The cleansession setting controls the behaviour
814 * When cleansession is true, the state information is discarded at
815 * connect and disconnect. Setting cleansession to false keeps the state
821 * session still exists, and cleansession=true, then the previous session
822 * information at the client and server is cleared. If cleansession=false,
826 int cleansession; member
993 * cleansession settings for both the previous and the new connection (see
994 * MQTTClient_connectOptions.cleansession and MQTTClient_connect()).
1437 conn_opts.cleansession = 1;
1520 conn_opts.cleansession
[all...]

Completed in 5 milliseconds