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

📄 commandstatus.cs

📁 详细说明:用C#编写的的中国联通Sgip协议
💻 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 + -