Link Kit C-SDK  4.0.0
Public 属性 | 所有成员列表
aiot_bootstrap_recv_t结构体 参考

bootstrap接收到的数据 更多...

#include <aiot_bootstrap_api.h>

Public 属性

aiot_bootstrap_recv_type_t type
 bootstrap报文类型, 更多信息请参考aiot_bootstrap_recv_type_t 更多...
 
union {
   struct {
      uint32_t   code
 
   }   status_code
 bootstrap 服务器返回的http status code 更多...
 
   struct {
      char *   host
 
      uint16_t   port
 
   }   connection_info
 物联网平台连接信息 更多...
 
   struct {
      uint32_t   cmd
 
   }   notify
 
data
 bootstrap报文联合体, 内容根据type进行选择 更多...
 

详细描述

bootstrap接收到的数据

类成员变量说明

aiot_bootstrap_recv_type_t aiot_bootstrap_recv_t::type

bootstrap报文类型, 更多信息请参考aiot_bootstrap_recv_type_t

uint32_t aiot_bootstrap_recv_t::code
struct { ... } aiot_bootstrap_recv_t::status_code

bootstrap 服务器返回的http status code

char* aiot_bootstrap_recv_t::host
uint16_t aiot_bootstrap_recv_t::port
struct { ... } aiot_bootstrap_recv_t::connection_info

物联网平台连接信息

uint32_t aiot_bootstrap_recv_t::cmd
struct { ... } aiot_bootstrap_recv_t::notify
union { ... } aiot_bootstrap_recv_t::data

bootstrap报文联合体, 内容根据type进行选择


该结构体的文档由以下文件生成: