Package com.inertia.promove
Class Command.ProMoveRequest
java.lang.Object
com.inertia.promove.Command.ProMoveRequest
- All Implemented Interfaces:
Command.ProMoveCommand
- Direct Known Subclasses:
Command.FlashCheckRequest
,Command.FlashCloseRequest
,Command.FlashFormatRequest
,Command.FlashGetFirstFileRequest
,Command.FlashGetNextFileRequest
,Command.FlashListExRequest
,Command.FlashListRequest
,Command.FlashOpenRequest
,Command.FlashReadRequest
,Command.FlashSeekRequest
,Command.FlashStatusRequest
,Command.LoggingCloseRequest
,Command.LoggingGetFirstLogRequest
,Command.LoggingOpenRequest
,Command.LoggingReadRangeRequest
,Command.LoggingStartRequest
,Command.LoggingStateRequest
,Command.LoggingStopRequest
,Command.ServiceGetRTCRequest
,Command.ServiceGetStatsRequest
,Command.ServiceGetUptimeRequest
,Command.ServicePowerDownRequest
,Command.ServiceRadioRequest
,Command.ServiceRestoreConfigRequest
,Command.ServiceSendEventRequest
,Command.ServiceSetRTCRequest
,Command.ServiceStoreConfigRequest
- Enclosing class:
- Command
public abstract static class Command.ProMoveRequest extends java.lang.Object implements Command.ProMoveCommand
-
Constructor Summary
Constructors Constructor Description ProMoveRequest()
-
Method Summary
Modifier and Type Method Description byte[]
getBytes()
boolean
getFromNode()
int
parse(byte[] in)
java.lang.String
toString()
-
Constructor Details
-
ProMoveRequest
public ProMoveRequest()
-
-
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
-