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

📄 cmpperror.java

📁 华为java接口反编译结果!其中包含其所有接口实现过程
💻 JAVA
字号:
package com.kelefa.cmpp;


public class CmppError
{

    public CmppError()
    {
    }

    public static final int CMPP_SUCCESS = 0;
    public static final int CMPP_ERR_START = 1000;
    public static final int CMPP_OS_ERR_START = 1500;
    public static final int CMPP_START = 2000;
    public static final int CMPP_USR_ERR_START = 2500;
    public static final int CMPP_EINVALSOCK = 1001;
    public static final int CMPP_HOST_UNREACHABLE = 1002;
    public static final int CMPP_EOF = 2001;
    public static final int CMPP_NOIMPL = 2002;
    public static final int CMPP_EXCEED = 2003;
    public static final int CMPP_QUEUE_FULL = 2004;
    public static final int CMPP_QUEUE_EMPTY = 2005;
    public static final int CMPP_ARRAY_OUTBOUND = 2006;
    public static final int CMPP_STACK_EMPTY = 2007;
    public static final int CMPP_INCOMPLETE = 2008;
    public static final int CMPP_CMPPE_ERROR = 2009;
}

⌨️ 快捷键说明

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