WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
ssaps_req_write_cb_t结构体 参考

写请求信息。 更多...

#include <sle_ssap_server.h>

成员变量

uint16_t request_id
 
uint16_t handle
 
uint8_t type
 
bool need_rsp
 
bool need_authorize
 
uint16_t length
 
uint8_t * value
 

详细描述

写请求信息。

结构体成员变量说明

◆ handle

uint16_t ssaps_req_write_cb_t::handle

请求写的属性句柄。

◆ length

uint16_t ssaps_req_write_cb_t::length

请求写的数据长度。

◆ need_authorize

bool ssaps_req_write_cb_t::need_authorize

是否授权。

◆ need_rsp

bool ssaps_req_write_cb_t::need_rsp

是否需要发送响应。

◆ request_id

uint16_t ssaps_req_write_cb_t::request_id

请求id。

◆ type

uint8_t ssaps_req_write_cb_t::type

属性类型。 { ssap_property_type_t }

◆ value

uint8_t* ssaps_req_write_cb_t::value

请求写的数据。


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