1 Star 0 Fork 0

tangtao / iatsend

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
cyct_iotty.h 382 Bytes
一键复制 编辑 原始数据 按行查看 历史
tangtao 提交于 2018-12-03 16:05 . bug0/发布归档iatsend-v1.0.1版本
#ifndef __CYCT_IOTTY_H__
#define __CYCT_IOTTY_H__
void* cyct_iotty_open(s32_t i_id_device);
s32_t cyct_iotty_write(void* p_fd_iotty, u08_t* p_buf_data, s32_t i_len_data);
s32_t cyct_iotty_read(void* p_fd_iotty, u08_t* p_buf_data, s32_t i_len_tryread);
s32_t cyct_iotty_close(void* p_fd_iotty);
s32_t cyct_iotty_rxclean(void* p_fd_iotty);
#endif /* __CYCT_IOTTY_H__ */
C
1
https://gitee.com/cyctspace/iatsend.git
git@gitee.com:cyctspace/iatsend.git
cyctspace
iatsend
iatsend
master

搜索帮助