Package com.inertia.promove
Class Command.ServiceSetRTCRequest
java.lang.Object
com.inertia.promove.Command.ProMoveRequest
com.inertia.promove.Command.ServiceSetRTCRequest
- All Implemented Interfaces:
Command.ProMoveCommand
- Enclosing class:
- Command
public static class Command.ServiceSetRTCRequest extends Command.ProMoveRequest
-
Field Summary
Fields Modifier and Type Field Description long
timestamp
-
Constructor Summary
Constructors Constructor Description ServiceSetRTCRequest()
ServiceSetRTCRequest(byte[] in)
ServiceSetRTCRequest(long _timestamp)
-
Method Summary
Modifier and Type Method Description byte[]
getBytes()
byte
getSubType()
Command.Group
getType()
int
parse(byte[] in)
java.lang.String
toString()
-
Field Details
-
timestamp
public long timestamp
-
-
Constructor Details
-
ServiceSetRTCRequest
public ServiceSetRTCRequest() -
ServiceSetRTCRequest
public ServiceSetRTCRequest(long _timestamp) -
ServiceSetRTCRequest
public ServiceSetRTCRequest(byte[] in)
-
-
Method Details
-
getSubType
public byte getSubType() -
getType
-
getBytes
public byte[] getBytes()- Specified by:
getBytes
in interfaceCommand.ProMoveCommand
- Overrides:
getBytes
in classCommand.ProMoveRequest
-
parse
public int parse(byte[] in)- Specified by:
parse
in interfaceCommand.ProMoveCommand
- Overrides:
parse
in classCommand.ProMoveRequest
-
toString
public java.lang.String toString()- Specified by:
toString
in interfaceCommand.ProMoveCommand
- Overrides:
toString
in classCommand.ProMoveRequest
-