sms.h

来自「GPS驱动集合」· C头文件 代码 · 共 35 行

H
35
字号
/******************************************************************* 
文件名: sms.h 
内容: 短消息程序头文件 
作者: Bob Lee 
创建日期: 2005-9-7 
修改日期: 2005-9-7 
版本: 1.00.000 
*******************************************************************/ 
#ifndef LBZ_SMS 
#define LBZ_SMS 

#include "Include.h" 

uchar ATCheck( uchar TimeOut,char* ResultStr,uchar CheckOK ); 
void DowithAT( void ); 

uchar SMSSend( char* Number, char* Content ); 
uchar SMSCheck( void ); 

void ConfirmSMS( void ); 
void AskSetupSMS( void ); 
void AskDetectSMS( void ); 
void SetupSMS( void ); 
void ErrorPassword( void ); 
void ErrorData( void ); 
void SendAskSetup( char *pPhoneNumber, uchar Status ); 
void SendDetect( char *pPhoneNumber ); 
void SendLogin( char *pPhoneNumber ); 
void SendLogout( char *pPhoneNumber ); 
void SendPowerDown( char *pPhoneNumber ); 
void SendVersion( char *pPhoneNumber ); 
void SendSMSNumber( char *pPhoneNumber ); 

#endif 

⌨️ 快捷键说明

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