orbotix.robot.base
Class JumpToMainCommand

java.lang.Object
  extended by orbotix.robot.base.DeviceMessage
      extended by orbotix.robot.base.DeviceCommand
          extended by orbotix.robot.base.JumpToMainCommand
All Implemented Interfaces:
android.os.Parcelable

public final class JumpToMainCommand
extends DeviceCommand


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.os.Parcelable
android.os.Parcelable.Creator
 
Field Summary
static android.os.Parcelable.Creator CREATOR
           
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
Constructor Summary
JumpToMainCommand()
           
 
Method Summary
 int describeContents()
           
static void sendCommand(Robot robot)
           
 
Methods inherited from class orbotix.robot.base.DeviceMessage
getTimeStamp, writeToParcel
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CREATOR

public static final android.os.Parcelable.Creator CREATOR
Constructor Detail

JumpToMainCommand

public JumpToMainCommand()
Method Detail

sendCommand

public static void sendCommand(Robot robot)

describeContents

public int describeContents()