📄 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 + -