zhangmeng
2022-12-12 ecf23f882ca1b8aaf0863980fc4781c515da1695
cbhomeclient.h
@@ -15,8 +15,9 @@
struct csubmsg* bus_client_get_submsg(void* handle);
struct creqmsg* bus_client_get_reqmsg(void* handle);
int bus_client_reply_reqmsg(void* handle, struct crepmsg* msg);
struct creqmsg* bus_client_get_reqmsg(void* handle, void** src);
int bus_client_request(void* handle, struct creqmsg* msg, struct crepmsg** repmsg);
int bus_client_reply_msg(void* handle, void* src, const struct crepmsg* msg);
// test
int bus_client_pubmsg(void* handle, void* data, const size_t size);