Searched defs:Client (Results 1 – 3 of 3) sorted by relevance
110 typedef struct Client { struct112 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 …]
11 class Client(object): class
33 Client::Client(const std::string & servicename, const ClientConfiguration &configuration) : in Client() function in Client
Completed in 7 milliseconds