Package edu.sc.seis.seisFile.earthworm
Class EarthwormMessage
java.lang.Object
edu.sc.seis.seisFile.earthworm.EarthwormMessage
public class EarthwormMessage
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static byte
MESSAGE_TYPE_HEARTBEAT
static int
MESSAGE_TYPE_MINISEED
static byte
MESSAGE_TYPE_TRACEBUF2
-
Constructor Summary
Constructors Constructor Description EarthwormMessage(byte[] bytes)
-
Method Summary
Modifier and Type Method Description byte[]
getData()
int
getInstitution()
int
getMessageType()
int
getModule()
-
Field Details
-
MESSAGE_TYPE_TRACEBUF2
public static final byte MESSAGE_TYPE_TRACEBUF2- See Also:
- Constant Field Values
-
MESSAGE_TYPE_HEARTBEAT
public static final byte MESSAGE_TYPE_HEARTBEAT- See Also:
- Constant Field Values
-
MESSAGE_TYPE_MINISEED
public static final int MESSAGE_TYPE_MINISEED- See Also:
- Constant Field Values
-
-
Constructor Details
-
EarthwormMessage
public EarthwormMessage(byte[] bytes)
-
-
Method Details
-
getInstitution
public int getInstitution() -
getModule
public int getModule() -
getMessageType
public int getMessageType() -
getData
public byte[] getData()
-