?? ismginfo.java
字號:
package cn.netjava.cngpclient.connection;
/**
* 網關客戶端配置對象定義
* 中國網通短信網關客戶端--藍杰實訓項目
* @author www.NetJava.cn
*
*/
public class IsmgInfo {
public IsmgInfo() {
}
// public static byte dealerType;
// public static String sectionNum;
// public static String ismgName;
public static String ismgIp;
// public static String ismgPasswd;
// public static String ismgId;
public static int ismgMoPort;
public static int ismgMtPort;
// public static int ismgStatus;
// public static String spName;
public static String spPasswd;
public static String sp_Ip;
public static String spId;
public static String spCode;
public static int MaxLength = 70;
public static int SendInterval = 100;
public static int getClientPort() {
if (clientPort > 38020) {
clientPort = 38010;
}
clientPort++;
return clientPort;
}
private static int clientPort = 38010;
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -