transpaway.h

来自「瑞斯康公司载波模块串口通信程序,很标准的串口通信程序,可以作为学习参考.」· C头文件 代码 · 共 42 行

H
42
字号

/**********************************************************************************************************
File:		Transpaway.h
Reference:	None. 
Purpose:	载波终端API透明传输头文件.
Note:		None. 
To Do:		None. 
**********************************************************************************************************/
#ifndef _TRANSAWAY_H
#define _TRANSAWAY_H

/*---------------------------------------------------------------------------------------------------------
Section: 头文件
---------------------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------------------
Section: 常数定义
---------------------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------------------
Section: 宏定义
---------------------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------------------
Section: 类型定义
---------------------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------------------
Section: 常量定义
---------------------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------------------
Section: 全局函数原型.
---------------------------------------------------------------------------------------------------------*/
char TranspaWay(unsigned char term[], unsigned char *sendbuf, unsigned char len);
char FloodTranspaWay(unsigned char terms[], unsigned char *sendbuf, unsigned char len);


#endif /* #ifndef _TRANSAWAY_H */
/*-------------------------------------------- End of Transpaway.h -----------------------------------------*/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?