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

📄 commandid.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:   CommandID.java
using System;
namespace com.sms.sgip.data
{
	
	
	public class CommandID
	{
		
		public const int SGIP_BIND = 1;
		public const int SGIP_BIND_RESP = unchecked((int) 0x80000001);
		public const int SGIP_UNBIND = 2;
		public const int SGIP_UNBIND_RESP = unchecked((int) 0x80000002);
		public const int SGIP_SUBMIT = 3;
		public const int SGIP_SUBMIT_RESP = unchecked((int) 0x80000003);
		public const int SGIP_DELIVER = 4;
		public const int SGIP_DELIVER_RESP = unchecked((int) 0x80000004);
		public const int SGIP_REPORT = 5;
		public const int SGIP_REPORT_RESP = unchecked((int) 0x80000005);
		public const int SGIP_ADDSP = 6;
		public const int SGIP_ADDSP_RESP = unchecked((int) 0x80000006);
		public const int SGIP_MODIFYSP = 7;
		public const int SGIP_MODIFYSP_RESP = unchecked((int) 0x80000007);
		public const int SGIP_DELETESP = 8;
		public const int SGIP_DELETESP_RESP = unchecked((int) 0x80000008);
		public const int SGIP_QUERYROUTE = 9;
		public const int SGIP_QUERYROUTE_RESP = unchecked((int) 0x80000009);
		public const int SGIP_ADDTELESEG = 10;
		public const int SGIP_ADDTELESEG_RESP = unchecked((int) 0x8000000a);
		public const int SGIP_MODIFYTELESEG = 11;
		public const int SGIP_MODIFYTELESEG_RESP = unchecked((int) 0x8000000b);
		public const int SGIP_DELETETELESEG = 12;
		public const int SGIP_DELETETELESEG_RESP = unchecked((int) 0x8000000c);
		public const int SGIP_ADDSMG = 13;
		public const int SGIP_ADDSMG_RESP = unchecked((int) 0x8000000d);
		public const int SGIP_MODIFYSMG = 14;
		public const int SGIP_MODIFYSMG_RESP = unchecked((int) 0x8000000e);
		public const int SGIP_DELETESMG = 15;
		public const int SGIP_DELETESMG_RESP = unchecked((int) 0x8000000f);
		public const int SGIP_CHECKUSER = 16;
		public const int SGIP_CHECKUSER_RESP = unchecked((int) 0x80000010);
		public const int SGIP_USERRPT = 17;
		public const int SGIP_USERRPT_RESP = unchecked((int) 0x80000011);
		public const int SGIP_TRACE = 4096;
		public const int SGIP_TRACE_RESP = unchecked((int) 0x80001000);
		
		public CommandID()
		{
		}
	}
}

⌨️ 快捷键说明

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