|
Link Kit C-SDK
4.1.0
|
compress模块收到从网络上来的报文时, 通知用户的报文内容 更多...
#include <aiot_compress_api.h>
Public 属性 | |
| aiot_compress_recv_type_t | type |
| 报文内容所对应的报文类型, 更多信息请参考aiot_compress_recv_type_t 更多... | |
| union { | |
| struct { | |
| uint32_t code | |
| char * message | |
| uint32_t message_len | |
| } update_reply | |
| 上报需要压缩解压缩的topic列表的结果返回 更多... | |
| } | data |
compress模块收到从网络上来的报文时, 通知用户的报文内容
| aiot_compress_recv_type_t aiot_compress_recv_t::type |
报文内容所对应的报文类型, 更多信息请参考aiot_compress_recv_type_t
| uint32_t aiot_compress_recv_t::code |
| char* aiot_compress_recv_t::message |
| uint32_t aiot_compress_recv_t::message_len |
| struct { ... } aiot_compress_recv_t::update_reply |
上报需要压缩解压缩的topic列表的结果返回
| union { ... } aiot_compress_recv_t::data |
1.8.11