Package com.inertia.promove
Class Command.LoggingStateResponse
java.lang.Object
com.inertia.promove.Command.ProMoveResponse
com.inertia.promove.Command.ProMoveResponseBool
com.inertia.promove.Command.LoggingStateResponse
- All Implemented Interfaces:
Command.ProMoveCommand
- Enclosing class:
- Command
public static class Command.LoggingStateResponse extends Command.ProMoveResponseBool
-
Field Summary
Fields Modifier and Type Field Description boolean
loggingActive
-
Constructor Summary
Constructors Constructor Description LoggingStateResponse(byte[] in)
-
Method Summary
Modifier and Type Method Description byte
getSubType()
Command.Group
getType()
int
parse(byte[] in)
-
Field Details
-
loggingActive
public boolean loggingActive
-
-
Constructor Details
-
LoggingStateResponse
public LoggingStateResponse(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.ProMoveResponseBool
-