文件名称:短信猫多种语言通用开发程序
文件大小: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';