Lines Matching refs:client
76 DLLExport void MQTTClientInit(MQTTClient* client, Network* network, unsigned int command_timeout_ms,
81 |client |MQTT client上下文|
87 DLLExport int MQTTConnect(MQTTClient* client, MQTTPacket_connectData* options);
91 |client |MQTT client上下文|
96 DLLExport int MQTTPublish(MQTTClient* client, const char* topic, MQTTMessage* message);
100 |client |MQTT client上下文|
106 DLLExport int MQTTSubscribe(MQTTClient* client, const char* topicFilter, enum QoS, messageHandler);
110 |client |MQTT client上下文|
116 DLLExport int MQTTUnsubscribe(MQTTClient* client, const char* topicFilter);
120 |client |MQTT client上下文|
125 DLLExport int MQTTDisconnect(MQTTClient* client);
129 |client |MQTT client上下文|
133 DLLExport int MQTTYield(MQTTClient* client, int time);
137 |client |MQTT client上下文|
142 DLLExport int MQTTIsConnected(MQTTClient* client);
146 |client |MQTT client上下文|