Home
last modified time | relevance | path

Searched defs:Client (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/linkkit/mqtt/impl/
A Diotx_mqtt_client.h110 typedef struct Client { struct
112 uint32_t packet_id; /* packet id */
114 uint32_t cycle_timeout_ms;
125 char *buf_send; /* pointer of send buffer */
128 char buf_send[IOTX_MC_TX_MAX_LEN];
129 char buf_read[IOTX_MC_RX_MAX_LEN];
149 struct list_head list_sub_sync_ack;
154 void *lock_write_buf; /* lock of write */
155 void *lock_read_buf; /* lock of write */
156 void *lock_yield;
[all …]
/AliOS-Things-master/components/amp-utility/python/
A Dhttp2.py11 class Client(object): class
/AliOS-Things-master/components/oss/src/client/
A DClient.cc33 Client::Client(const std::string & servicename, const ClientConfiguration &configuration) : in Client() function in Client

Completed in 7 milliseconds