⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sms.h

📁 GPS驱动集合
💻 H
字号:
/******************************************************************* 
文件名: 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -