?? commandid.cs
字號(hào):
// 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()
{
}
}
}
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -