资 源 简 介
Mysms.lib(Release 版)
开发包版本:
5.0.0.0
开发环境:
MS VC 6.0
Windows9.x/2000/NT
使用环境:
VC、VB、Jave、Delphi 等
VC 开发说明:
// 需要添加以下代码连接短信息开发库
#pragma comment(lib,"Mysms.lib")
_declspec(dllexport) BOOL _stdcall InitModem(int comport, int baud);
_declspec(dllexport) BOOL _stdcall SendSms(int comport, int baud, char* sMessage, char*
sSendTo, BOOL bEnglishSm, BOOL bAlertSm, BOOL bSR);
_declspec(dllexport) BOOL _stdcall ReadSms(int comport, int baud, int nIndex, char* sMessage,
char* sFrom, char* sTime, BOOL bDel);
GSM MODEM 开发库使用手册
开发包流程示意图
-1- _declspec(dllexport) BOOL _stdcall Dail(int comport, int baud, char* sTo, char* sFile);
_declspec(dllexport) BOOL _stdcall HangUp(int comport, int baud);
_declspec(dllexport) BOOL _stdcall SendAtCommand(int comport, int baud, char* sCmd, char*
sEcho, int nLen);
_declspec(dllexport) BOOL _stdcall