短信猫多种语言通用开发程序

时间:2014-04-26 16:44:36
【文件属性】:

文件名称:短信猫多种语言通用开发程序

文件大小:4.57MB

文件格式:RAR

更新时间:2014-04-26 16:44:36

vc vb delphi java c++

多种编程实例:能方便快捷地了解短信猫编程。 提供vc vb delphi实例: function Sms_Connection(CopyRight:pchar;Com_Port,Com_BaudRate:integer;var Mobile_Type,CopyRightToCOM:PChar):integer;stdcall;external 'sms.dll'; function Sms_Send(Sms_TelNum:string;Sms_Text:string):integer;stdcall;external 'sms.dll'; Function Sms_Receive(Sms_Type:string;var Sms_Text:PChar):integer;stdcall;external 'sms.dll'; function Sms_Delete(Sms_Index:string):integer;stdcall;external 'sms.dll'; function Sms_AutoFlag :integer;stdcall;external 'sms.dll'; function Sms_NewFlag :integer;stdcall;external 'sms.dll'; function Sms_Disconnection :integer;stdcall;external 'sms.dll';


网友评论

  • 很适用 学习了 谢谢提供
  • 太好了!样例很详细的啊!不过我没有执行成功啊
  • 挺有用的,看了一下。
  • 好像有bug,长短信不支持
  • 挺有用的,看了一下。
  • sms.dll有BUG,接收的短信内容如果是15位,只能显示14位
  • 唉,里面的sms.dll 还没有我的新。
  • 和我光盘上的一样,C#的存在BUg