Welcome![Sign In][Sign Up]
Location:
Search - sendSMS

Search list

[Delphi VCLSendSMS.rar

Description:
Platform: | Size: 273844 | Author: | Hits:

[SourceCodeSendSMS.zip

Description: 使用Delphi发短信息程序源代码
Platform: | Size: 298780 | Author: | Hits:

[SMSSendSMS

Description: 发送短信息的程序,通过网络可以多次发送-send text messages procedure for the adoption of the Internet can send multiple
Platform: | Size: 274118 | Author: | Hits:

[OtherSendsms

Description: Send SMS useing Com,it is simple
Platform: | Size: 230017 | Author: tony | Hits:

[Delphi VCLSendSMS

Description: 先到新浪网站注册,可用此程序发送手机短信息,一次可以发送多人。
Platform: | Size: 248101 | Author: 马永斌 | Hits:

[SMS台灣簡訊網發送手機簡訊SendSMS

Description: 台灣簡訊網發送手機簡訊-Taiwan Network newsletter sent mobile phone messages
Platform: | Size: 244105 | Author: 李大 | Hits:

[WEB Codesendsms.0.2.tar

Description: 用一个开源码ASCII ENCODE,DECODE,来发送ASCII短信
Platform: | Size: 17445 | Author: 陈青 | Hits:

[J2MESMS扩展配置.rar

Description:

1、将jre文件夹复制到你本机所在的JDK下覆盖掉全部jre文件夹

2、将lib文件夹复制到你项目所在的lib,添加对应lib


import org.smslib.IOutboundMessageNotification;
import org.smslib.Library;
import org.smslib.MessageEncodings;
import org.smslib.MessageProtocols;
import org.smslib.OutboundMessage;
import org.smslib.Service;
import org.smslib.modem.SerialModemGateway;
import java.util.List;


public class SendSms {
    public SendSms() {
    }


    public void sendSMS(String[] phoneNumber) throws Exception {
        Service srv;
        OutboundMessage msg;

        OutboundNotification outboundNotification = new OutboundNotification();

        srv = new Service();
        SerialModemGateway gateway = new SerialModemGateway("modem.com1",
                "COM1", 9600, null, null);
        gateway.setInbound(true);
        gateway.setOutbound(true);
        gateway.setSimPin("0000");
        gateway.setOutboundNotification(outboundNotification);
        gateway.setProtocol(MessageProtocols.PDU);
        srv.addGateway(gateway);

        try {
            srv.startService();

            for (int i = 0; i < phoneNumber.length; i++) {
                msg = new OutboundMessage(phoneNumber[i], "您有会议待处理,请登陆查看!");
                msg.setEncoding(MessageEncodings.ENCUCS2);
                srv.sendMessage(msg);

            }

        } finally {
            srv.stopService();
        }
    }

    public class OutboundNotification implements IOutboundMessageNotification {
        public void process(String gatewayId, OutboundMessage msg) {
            System.out.println("Outbound handler called from Gateway: " +
                               gatewayId);
            System.out.println(msg);
        }
    }


    public static void main(String args[]) {
        SendSms app = new SendSms();
        try {
            app.doIt();
        } catch (Exception e) {
            e.printStackTrace();
        }
    }

}
 


Platform: | Size: 1040178 | Author: idhuanghao | Hits:

[SMSSendSMS

Description: 使用Delphi发短信息程序源代码-The use of short message issued Delphi source code
Platform: | Size: 299008 | Author: 郑章孝 | Hits:

[Delphi VCLSendSMS

Description: 先到新浪网站注册,可用此程序发送手机短信息,一次可以发送多人。-Sina site first registration, this procedure can be used to send mobile phone text messages can be sent more than once.
Platform: | Size: 247808 | Author: 马永斌 | Hits:

[Internet-NetworkSendSMS

Description: 短信平台程序,可以收发手机短信,增加附加码功能-SMS platform program, you can send and receive SMS, increasing VerifyCode function
Platform: | Size: 132096 | Author: 黎仙金 | Hits:

[SMSSendSMS

Description:
Platform: | Size: 257024 | Author: hnswxo | Hits:

[Windows MobileSendSms

Description: wm系统收发送短信的软件,虽然wm上已经有了,但是这个貌似更快-wm Send message receipt software, although the wm have been on, but the seemingly faster
Platform: | Size: 105472 | Author: wanjianwei | Hits:

[SMSSendSMS

Description: Motorola G24 SMS Example
Platform: | Size: 2048 | Author: ilkay kozak | Hits:

[Windows DevelopCTCC_ISAG

Description: 中国电信网关 sms mms  接口:SendSMS  SendSms:应用发送短消息;  GetSmsDeliveryStatus:应用获取短消息发送状态  接口:SmsNotification  notifySmsReception:网关将发送到特定地址的短消息告知应用; notifySmsDeliveryStatus:网关将短消息递交状态报告给应用;  接口:ReceiveSMS  GetReceivedSms:应用获取指定标识的短消息; -China Telecom gateway sms mms  Interface: SendSMS  SendSms: Application to send short message  GetSmsDeliveryStatus: application to obtain the status of the short messaging interface  : SmsNotification  notifySmsReception: Gateway Address will be sent to a specific application of the short message to inform  notifySmsDeliveryStatus: Short Message Gateway will submit status reports to the application  Interface: ReceiveSMS  GetReceivedSms: application access to the designated SMS logo
Platform: | Size: 908288 | Author: jq | Hits:

[Internet-NetworkSENDSMS

Description: 通过短信服务器发送短信,开发语言c++,ide vc6-Through the SMS server to the designated mobile phone number to send text messages
Platform: | Size: 7162880 | Author: longlong | Hits:

[Windows Mobilesendsms

Description: sends SMS information to another mobile phone
Platform: | Size: 9216 | Author: amdp | Hits:

[Other systemssendsms

Description: This code is send sms with c#
Platform: | Size: 6166528 | Author: payam | Hits:

[Windows CESendSms

Description: 这是酷派手机后台发送短信的原代码,主要是wince平台,有涉及函数指针相关操作-This is Cool mobile phone to send text messages back the original code, mainly wince platform related operations involving function pointers
Platform: | Size: 50176 | Author: luoguangxian | Hits:

[SMSSendSMS

Description: 调用的接口如下(eg): _LIT(KSMSAddress,"13600001111") _LIT(KSMSContent,"test Test ,Hello") TBuf<15> address(KSMSAddress) TBuf<120> content(KSMSContent) CVideoEggSmsEngine* smsEngine=CVideoEggSmsEngine::NewL() smsEngine->SetToAddrress(address) smsEngine->SetMsgContent(content) smsEngine->Start() 缺点: 1.没有实现群发功能 2.没有回调 3.没有注释 系统需要添加的库文件: LIBRARY msgs.lib sendui.lib etext.lib gsmu.lib smcm.lib 能力: CAPABILITY NetworkServices ReadDeviceData ReadUserData UserEnvironment WriteDeviceData WriteUserData SwEvent 不知道到底需要哪些能力,就加了好多 -SendSMS
Platform: | Size: 3072 | Author: threestep | Hits:
« 12 3 4 »

CodeBus www.codebus.net