Home
last modified time | relevance | path

Searched refs:command_timeout_ms (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/mqtt/MQTTClient-C/
A DMQTTClient.c57 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 DMQTTClient.h109 command_timeout_ms; member
145 DLLExport void MQTTClientInit(MQTTClient* client, Network* network, unsigned int command_timeout_ms,
/AliOS-Things-master/components/mqtt/
A DREADME.md76 DLLExport void MQTTClientInit(MQTTClient* client, Network* network, unsigned int command_timeout_ms,
83 |command_timeout_ms |超时时间|

Completed in 5 milliseconds