?? simonitoringtype.java
字號:
package org.dvb.si;
public interface SIMonitoringType {
public static final byte NETWORK = 1;
public static final byte BOUQUET = 2;
public static final byte SERVICE = 3;
public static final byte PMT_SERVICE = 4;
public static final byte PRESENT_FOLLOWING_EVENT = 5;
public static final byte SCHEDULED_EVENT = 6;
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -