?? commandstatus.cs
字號:
// Decompiled by Jad v1.5.7g. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi
// Source File Name: CommandStatus.java
using System;
namespace com.sms.sgip.data
{
public class CommandStatus
{
public const int SGIP_SUCCESS = 0;
public const int SGIP_ERROR_LOGINPWD = 1;
public const int SGIP_ERROR_RELOGIN = 2;
public const int SGIP_ERROR_CONNECTMUCH = 3;
public const int SGIP_ERROR_LOGINTYPE = 4;
public const int SGIP_ERROR_PARAMETERFORMAT = 5;
public const int SGIP_ERROR_MOBILENUM = 6;
public const int SGIP_ERROR_MSGID = 7;
public const int SGIP_ERROR_MSGLENGTH = 8;
public const int SGIP_ERROR_LISTNUM = 9;
public const int SGIP_ERROR_OPERATEGNS = 10;
public const int SGIP_ERROR_NODEBUSY = 11;
public const int SGIP_ERROR_NOSERVICE = 21;
public const int SGIP_ERROR_GATEWAY = 22;
public const int SGIP_ERROR_NOGATEWAY = 23;
public const int SGIP_ERROR_NOCHARGENUM = 24;
public const int SGIP_ERROR_NORECEIVER = 25;
public const int SGIP_ERROR_FEWMEMORY = 26;
public const int SGIP_ERROR_NOSUPPORT = 27;
public const int SGIP_ERROR_RECEIVING = 28;
public const int SGIP_ERROR_NOUSER = 29;
public const int SGIP_ERROR_NOSUPPLY = 30;
public const int SGIP_ERROR_DEVICE = 31;
public const int SGIP_ERROR_SYSTEM = 32;
public const int SGIP_ERROR_SMSCFULL = 33;
public const int SGIP_ERROR_ELSE = 100;
public CommandStatus()
{
}
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -