Examples of OnDeliver()


Examples of cn.com.zjtelecom.smgp.Client.OnDeliver()

   
    //��ʼ��client
    Client client = new Client(host, port, 2,account, passwd,spid, 0);
   
    do{
      Deliver deliver = client.OnDeliver();
      if (deliver.IsReport==1){
        System.out.println("-----------------");
        System.out.println("Got MsgReport");
        System.out.println("-----------------");
        System.out.println("MsgID       : "+deliver.MsgID);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.