Package com.inertia.promove
Interface Command.ProMoveCommand
- All Known Implementing Classes:
Command.FlashCheckRequest
,Command.FlashCheckResponse
,Command.FlashCloseRequest
,Command.FlashCloseResponse
,Command.FlashFormatRequest
,Command.FlashFormatResponse
,Command.FlashGetFirstFileRequest
,Command.FlashGetFirstFileResponse
,Command.FlashGetNextFileRequest
,Command.FlashGetNextFileResponse
,Command.FlashListExRequest
,Command.FlashListExResponse
,Command.FlashListRequest
,Command.FlashListResponse
,Command.FlashOpenRequest
,Command.FlashOpenResponse
,Command.FlashReadRequest
,Command.FlashReadResponse
,Command.FlashSeekRequest
,Command.FlashSeekResponse
,Command.FlashStatusRequest
,Command.FlashStatusResponse
,Command.LoggingCloseRequest
,Command.LoggingCloseResponse
,Command.LoggingGetFirstLogRequest
,Command.LoggingGetFirstLogResponse
,Command.LoggingOpenRequest
,Command.LoggingOpenResponse
,Command.LoggingReadRangeRequest
,Command.LoggingReadRangeResponse
,Command.LoggingStartRequest
,Command.LoggingStartResponse
,Command.LoggingStateRequest
,Command.LoggingStateResponse
,Command.LoggingStopRequest
,Command.LoggingStopResponse
,Command.ProMoveRequest
,Command.ProMoveResponse
,Command.ProMoveResponseBool
,Command.ProMoveResponseRTC
,Command.ServiceGetRTCRequest
,Command.ServiceGetRTCResponse
,Command.ServiceGetStatsRequest
,Command.ServiceGetStatsResponse
,Command.ServiceGetUptimeRequest
,Command.ServiceGetUptimeResponse
,Command.ServicePowerDownRequest
,Command.ServicePowerDownResponse
,Command.ServiceRadioRequest
,Command.ServiceRadioResponse
,Command.ServiceRestoreConfigRequest
,Command.ServiceRestoreConfigResponse
,Command.ServiceSendEventRequest
,Command.ServiceSendEventResponse
,Command.ServiceSetRTCRequest
,Command.ServiceSetRTCResponse
,Command.ServiceStoreConfigRequest
,Command.ServiceStoreConfigResponse
- Enclosing class:
- Command
public static interface Command.ProMoveCommand
-
Method Summary
Modifier and Type Method Description byte[]
getBytes()
boolean
getFromNode()
byte
getSubType()
Command.Group
getType()
int
parse(byte[] in)
java.lang.String
toString()
-
Method Details
-
getType
Command.Group getType() -
getSubType
byte getSubType() -
getFromNode
boolean getFromNode() -
parse
int parse(byte[] in) -
getBytes
byte[] getBytes() -
toString
java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-