Package com.inertia.promove
Class Command.ProMoveResponse
java.lang.Object
com.inertia.promove.Command.ProMoveResponse
- All Implemented Interfaces:
Command.ProMoveCommand
- Direct Known Subclasses:
Command.FlashGetFirstFileResponse
,Command.FlashGetNextFileResponse
,Command.FlashListExResponse
,Command.FlashListResponse
,Command.FlashReadResponse
,Command.FlashStatusResponse
,Command.LoggingGetFirstLogResponse
,Command.LoggingReadRangeResponse
,Command.ProMoveResponseBool
,Command.ProMoveResponseRTC
,Command.ServiceGetStatsResponse
- Enclosing class:
- Command
public abstract static class Command.ProMoveResponse extends java.lang.Object implements Command.ProMoveCommand
-
Constructor Summary
Constructors Constructor Description ProMoveResponse()
-
Method Summary
Modifier and Type Method Description byte[]
getBytes()
boolean
getFromNode()
int
parse(byte[] in)
java.lang.String
toString()
-
Constructor Details
-
ProMoveResponse
public ProMoveResponse()
-
-
Method Details
-
getBytes
public byte[] getBytes()- Specified by:
getBytes
in interfaceCommand.ProMoveCommand
-
parse
public int parse(byte[] in)- Specified by:
parse
in interfaceCommand.ProMoveCommand
-
toString
public java.lang.String toString()- Specified by:
toString
in interfaceCommand.ProMoveCommand
- Overrides:
toString
in classjava.lang.Object
-
getFromNode
public boolean getFromNode()- Specified by:
getFromNode
in interfaceCommand.ProMoveCommand
-