Searched refs:command_timeout_ms (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/mqtt/MQTTClient-C/ |
A D | MQTTClient.c | 57 void MQTTClientInit(MQTTClient* c, Network* network, unsigned int command_timeout_ms, in MQTTClientInit() argument 65 c->command_timeout_ms = command_timeout_ms; in MQTTClientInit() 427 TimerCountdownMS(&connect_timer, c->command_timeout_ms); in MQTTConnectWithResults() 533 TimerCountdownMS(&timer, c->command_timeout_ms); in MQTTSubscribeWithResults() 588 TimerCountdownMS(&timer, c->command_timeout_ms); in MQTTUnsubscribe() 632 TimerCountdownMS(&timer, c->command_timeout_ms); in MQTTPublish() 689 TimerCountdownMS(&timer, c->command_timeout_ms); in MQTTDisconnect()
|
A D | MQTTClient.h | 109 command_timeout_ms; member 145 DLLExport void MQTTClientInit(MQTTClient* client, Network* network, unsigned int command_timeout_ms,
|
/AliOS-Things-master/components/mqtt/ |
A D | README.md | 76 DLLExport void MQTTClientInit(MQTTClient* client, Network* network, unsigned int command_timeout_ms, 83 |command_timeout_ms |超时时间|
|
Completed in 5 milliseconds