1 Star 0 Fork 5.1K

宋炜 / docs

forked from OpenHarmony / docs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
WifiIotI2cData.md 3.43 KB
一键复制 编辑 原始数据 按行查看 历史
wenjun 提交于 2020-09-08 10:08 . add OpenHarmony 1.0 baseline

WifiIotI2cData

Overview

Related Modules:

Wifiiot

Description:

Defines I2C data transmission attributes.

Summary

Data Fields

Variable Name

Description

sendBuf

unsigned char * 

sendLen

unsigned int 

receiveBuf

unsigned char * 

receiveLen

unsigned int 

Details

Field Documentation

receiveBuf

unsigned char* WifiIotI2cData::receiveBuf

Description:

Pointer to the buffer for storing data to receive

receiveLen

unsigned int WifiIotI2cData::receiveLen

Description:

Length of data received

sendBuf

unsigned char* WifiIotI2cData::sendBuf

Description:

Pointer to the buffer storing data to send

sendLen

unsigned int WifiIotI2cData::sendLen

Description:

Length of data to send

1
https://gitee.com/galaxy1978/docs.git
git@gitee.com:galaxy1978/docs.git
galaxy1978
docs
docs
master

搜索帮助