CMPP30 类

//转自:月光下的卡瓦博格
using System;
using System.Text;
using System.Runtime.InteropServices;
using System.Threading;
using System.Collections;
using System.Diagnostics;
using System.Net.Sockets;
using System.Security.Cryptography;

namespace Cmpp.Components
{
    
/// <summary>
    
/// CMPP30 的摘要说明。
    
/// </summary>

    public class CMPP30
    
{
        
变量以及初始值

        
构造函数

        
Constants

        
工作线程

        
SMSEvents

        
私有方法

        
公有方法
    }

    
/// <summary>
    
/// 异步发送回调函数
    
/// </summary>

    public delegate bool CMPPAsyncSubmit(string Message, string[] Destination, string Source, string ServiceID, CODING Coding,
                                        
bool NeedReport, byte FeeUserType, byte FeeType, int InfoFee, string FeeUser, string LinkID);
}



posted @ 2007-01-31 10:51  码农没有码  阅读(803)  评论(4)    收藏  举报