Package com.inertia.promove
Class Command.ProMoveResponseBool
java.lang.Object
com.inertia.promove.Command.ProMoveResponse
com.inertia.promove.Command.ProMoveResponseBool
- All Implemented Interfaces:
Command.ProMoveCommand
- Direct Known Subclasses:
Command.FlashCheckResponse
,Command.FlashCloseResponse
,Command.FlashFormatResponse
,Command.FlashOpenResponse
,Command.FlashSeekResponse
,Command.LoggingCloseResponse
,Command.LoggingOpenResponse
,Command.LoggingStartResponse
,Command.LoggingStateResponse
,Command.LoggingStopResponse
,Command.ServicePowerDownResponse
,Command.ServiceRadioResponse
,Command.ServiceRestoreConfigResponse
,Command.ServiceSendEventResponse
,Command.ServiceSetRTCResponse
,Command.ServiceStoreConfigResponse
- Enclosing class:
- Command
public abstract static class Command.ProMoveResponseBool extends Command.ProMoveResponse
-
Field Summary
Fields Modifier and Type Field Description boolean
result
-
Constructor Summary
Constructors Constructor Description ProMoveResponseBool()
-
Method Summary
-
Field Details
-
result
public boolean result
-
-
Constructor Details
-
ProMoveResponseBool
public ProMoveResponseBool()
-
-
Method Details
-
getBytes
public byte[] getBytes()- Specified by:
getBytes
in interfaceCommand.ProMoveCommand
- Overrides:
getBytes
in classCommand.ProMoveResponse
-
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
-