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

📄 trinettcpmessagetypes.java

📁 一个用java写的地震分析软件(无源码)-used to write a seismic analysis software (without source)
💻 JAVA
字号:
package org.trinet.waveserver.rt;
/** Defines the TRINET WaveClient/Server TCPMessage types. Each message type requires a unique identifier. */
public interface TrinetTCPMessageTypes {
    public final static int  TN_TCP_GETDATA_REQ   = 3000;
    public final static int  TN_TCP_GETTIMES_REQ  = 3001;
    public final static int  TN_TCP_GETRATE_REQ   = 3002;
    public final static int  TN_TCP_GETCHAN_REQ   = 3003;

    public final static int  TN_TCP_ERROR_RESP    = 3004;
    public final static int  TN_TCP_GETDATA_RESP  = 3005;
    public final static int  TN_TCP_GETTIMES_RESP = 3006;
    public final static int  TN_TCP_GETRATE_RESP  = 3007;
    public final static int  TN_TCP_GETCHAN_RESP  = 3008;
}

⌨️ 快捷键说明

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