Exemplo n.º 1
0
 private EUCPComm()
 {
     this.sqf            = new deleSQF(this.comm_mySmsContent);
     this.report         = new delegSMSReport(this.comm_mySmsReport);
     this.reportex       = new delegSMSReportEx(this.comm_mySmsReportEx);
     this._mySmsContent  = (deleSQF)Delegate.Combine(this._mySmsContent, this.sqf);
     this._mySmsReport   = (delegSMSReport)Delegate.Combine(this._mySmsReport, this.report);
     this._mySmsReportEx = (delegSMSReportEx)Delegate.Combine(this._mySmsReportEx, this.reportex);
 }
Exemplo n.º 2
0
        private EUCPComm()
        {
            sqf      = new EUCPComm.deleSQF(comm_mySmsContent);
            report   = new EUCPComm.delegSMSReport(comm_mySmsReport);
            reportex = new EUCPComm.delegSMSReportEx(comm_mySmsReportEx);

            _mySmsContent  += sqf;
            _mySmsReport   += report;
            _mySmsReportEx += reportex;
        }
Exemplo n.º 3
0
 [DllImport("EUCPComm.dll", EntryPoint = "ReceiveStatusReportEx")]  // 接收短信报告(带批量ID)
 public static extern int _ReceiveStatusReportEx(string sn, delegSMSReportEx mySmsReportEx);
Exemplo n.º 4
0
 public static extern int _ReceiveStatusReportEx(string sn, delegSMSReportEx mySmsReportEx);