⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 deliverresp.java

📁 短信网关SMGP协议JAVA语言API开发包源代码
💻 JAVA
字号:
package com.ut.smgp.api.structure;


public final class deliverResp
{

    public String sMsgID;
    public byte nMsgLevel;
    public byte sServiceID[];
    public byte nMsgFormat;
    public byte sSrcTermID[];
    public byte sDestTermID[];
    public byte cTpPid;
    public byte cTpUdhi;
    public byte nIsReply;
    public int nMsgLen;
    public byte sMsgContent[];

    public deliverResp()
    {
        sMsgID = new String();
        sServiceID = new byte[10];
        sSrcTermID = new byte[21];
        sDestTermID = new byte[21];
        sMsgContent = new byte[160];
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -