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

#include <aiot_tunnel_switch_api.h>

Public 属性

char * tunnel_id
 字符串,隧道ID,用于标示指定隧道 更多...
 
int8_t operation
 隧道操作类型,【1,打开隧道】 【0,关闭隧道】 更多...
 
char * host
 隧道连接的地址 更多...
 
char * port
 隧道连接的端口号 更多...
 
char * path
 隧道连接的具体路径 更多...
 
char * token
 隧道建连的token 更多...
 
uint64_t expired_time
 隧道token过期的剩余时间,单位s 更多...
 
uint64_t created_time
 隧道token创建的时间,设备系统时间,单位ms 更多...
 
char * close_reason
 如果是关闭操作,反馈是隧道过期,还是用户关闭 更多...
 

类成员变量说明

char* aiot_tunnel_switch_recv_data_t::tunnel_id

字符串,隧道ID,用于标示指定隧道

int8_t aiot_tunnel_switch_recv_data_t::operation

隧道操作类型,【1,打开隧道】 【0,关闭隧道】

char* aiot_tunnel_switch_recv_data_t::host

隧道连接的地址

char* aiot_tunnel_switch_recv_data_t::port

隧道连接的端口号

char* aiot_tunnel_switch_recv_data_t::path

隧道连接的具体路径

char* aiot_tunnel_switch_recv_data_t::token

隧道建连的token

uint64_t aiot_tunnel_switch_recv_data_t::expired_time

隧道token过期的剩余时间,单位s

uint64_t aiot_tunnel_switch_recv_data_t::created_time

隧道token创建的时间,设备系统时间,单位ms

char* aiot_tunnel_switch_recv_data_t::close_reason

如果是关闭操作,反馈是隧道过期,还是用户关闭


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