gprs.h

来自「一个gprs通讯的数个 at命令封装」· C头文件 代码 · 共 20 行

H
20
字号

#ifndef __XHZGPRS_H
#define __XHZGPRS_H
/* * XhzGPRS- the serial communication program that edit by xhz. * Copyright (C) 2005 XingHouzi <99999898@163.com> */
void GPRS_Init();
void GPRS_Cmd(char *pt);
void GPRS_MGS(char *number,char *text);
void GPRS_HOLD();
void GPRS_ANSWER();
void GPRS_CALL(char *number);
void GPRS_KeyUartPoll();
#endif

⌨️ 快捷键说明

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