完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
[WICED-SK-2.2.1]
这里有API吗? 以上来自于百度翻译 以下为原文 [WICED-SDK-2.2.1] Is there an API for this? |
|
相关推荐
1个回答
|
|
我们将在下一个SDK中添加一个API。
在此之前,您可以手动添加API如下: 添加以下& lt API函数原型;wiced-sdk-2.2.1 >;/ WICED / WWD /包括/ wwd_wifi。H /**检索WLAN固件版本 * * @param [出]指向一个缓冲区,版本信息将被写入 *@ PARAM[in ]缓冲区长度 *@返回 */ 外部wiced_result_t wiced_wifi_get_wifi_version(char *版,uint8_t长度); 添加下面的调用API & lt;wiced-sdk-2.2.1 >;/ WICED / WWD /内部/ wwd_wifi C。 wiced_result_t wiced_wifi_get_wifi_version(char *版,uint8_t长度) { WICEDED缓冲液缓冲液; WieDeff-Fuffelt反应; Withe结果的结果; 如果(空= = wiced_get_iovar_buffer(&;缓冲区长度,iovar_str_version)) { 返回错误; } 结果:wiced_send_iovar(sdpcm_get,缓冲,&;响应,sdpcm_sta_interface); 如果(结果==WICEDID成功) { memcpy(版本,host_buffer_get_current_piece_data_pointer(响应),长度); HoothBuffelx发布(响应,WICEDDY NETWorksRX); } 返回结果; } 以上来自于百度翻译 以下为原文 We will add an API for this in the next SDK. Until then, you can add the API manually as follows: Add the following API function prototype to /** Retrieves the WLAN firmware version * * @param[out] Pointer to a buffer that version information will be written to * @param[in] Length of the buffer * @return @ref wiced_result_t */extern wiced_result_t wiced_wifi_get_wifi_version( char* version, uint8_t length ); Add the following API call to wiced_result_t wiced_wifi_get_wifi_version( char* version, uint8_t length ){ wiced_buffer_t buffer; wiced_buffer_t response; wiced_result_t result; if ( NULL == wiced_get_iovar_buffer( &buffer, length, IOVAR_STR_VERSION ) ) { return WICED_ERROR; } result = wiced_send_iovar( SDPCM_GET, buffer, &response, SDPCM_STA_INTERFACE ); if ( result == WICED_SUCCESS ) { memcpy( version, host_buffer_get_current_piece_data_pointer( response ), length ); host_buffer_release( response, WICED_NETWORK_RX ); } return result;}
最佳答案
|
|
|
|
只有小组成员才能发言,加入小组>>
752个成员聚集在这个小组
加入小组2086 浏览 1 评论
1837 浏览 1 评论
3652 浏览 1 评论
请问可以直接使用来自FX2LP固件的端点向主机FIFO写入数据吗?
1777 浏览 6 评论
1526 浏览 1 评论
CY8C4025LQI在程序中调用函数,通过示波器观察SCL引脚波形,无法将pin0.4(SCL)下拉是什么原因导致?
532浏览 2评论
CYUSB3065焊接到USB3.0 TYPE-B口的焊接触点就无法使用是什么原因导致的?
387浏览 2评论
CX3连接Camera修改分辨率之后,播放器无法播出camera的画面怎么解决?
421浏览 2评论
368浏览 2评论
使用stm32+cyw43438 wifi驱动whd,WHD驱动固件加载失败的原因?
882浏览 2评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-4 17:04 , Processed in 0.696386 second(s), Total 46, Slave 40 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号