Package com.inertia.promove
Class Command.ProMoveResponseRTC
java.lang.Object
com.inertia.promove.Command.ProMoveResponse
com.inertia.promove.Command.ProMoveResponseRTC
- All Implemented Interfaces:
Command.ProMoveCommand
- Direct Known Subclasses:
Command.ServiceGetRTCResponse
,Command.ServiceGetUptimeResponse
- Enclosing class:
- Command
public abstract static class Command.ProMoveResponseRTC extends Command.ProMoveResponse
-
Field Summary
Fields Modifier and Type Field Description long
timestamp
-
Constructor Summary
Constructors Constructor Description ProMoveResponseRTC()
-
Method Summary
-
Field Details
-
timestamp
public long timestamp
-
-
Constructor Details
-
ProMoveResponseRTC
public ProMoveResponseRTC()
-
-
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
-