Package com.inertia.promove
Class Command.LoggingReadRangeResponse
java.lang.Object
com.inertia.promove.Command.ProMoveResponse
com.inertia.promove.Command.LoggingReadRangeResponse
- All Implemented Interfaces:
Command.ProMoveCommand
- Enclosing class:
- Command
public static class Command.LoggingReadRangeResponse extends Command.ProMoveResponse
-
Field Summary
Fields Modifier and Type Field Description byte[]
data
byte
statusCode
-
Constructor Summary
Constructors Constructor Description LoggingReadRangeResponse(byte[] in)
-
Method Summary
Modifier and Type Method Description byte
getSubType()
Command.Group
getType()
int
parse(byte[] in)
java.lang.String
toString()
-
Field Details
-
statusCode
public byte statusCode -
data
public byte[] data
-
-
Constructor Details
-
LoggingReadRangeResponse
public LoggingReadRangeResponse(byte[] in)
-
-
Method Details
-
getSubType
public byte getSubType() -
getType
-
parse
public int parse(byte[] in)- Specified by:
parse
in interfaceCommand.ProMoveCommand
- Overrides:
parse
in classCommand.ProMoveResponse
-
toString
public java.lang.String toString()- Specified by:
toString
in interfaceCommand.ProMoveCommand
- Overrides:
toString
in classCommand.ProMoveResponse
-