orbotix.robot.base
Class DeviceMessage

java.lang.Object
  extended by orbotix.robot.base.DeviceMessage
All Implemented Interfaces:
android.os.Parcelable
Direct Known Subclasses:
DeviceAsyncData, DeviceCommand, DeviceResponse

public abstract class DeviceMessage
extends java.lang.Object
implements android.os.Parcelable


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.os.Parcelable
android.os.Parcelable.Creator
 
Field Summary
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
Constructor Summary
DeviceMessage()
           
 
Method Summary
 java.util.Date getTimeStamp()
           
 void writeToParcel(android.os.Parcel dest, int flags)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface android.os.Parcelable
describeContents
 

Constructor Detail

DeviceMessage

public DeviceMessage()
Method Detail

getTimeStamp

public java.util.Date getTimeStamp()

writeToParcel

public void writeToParcel(android.os.Parcel dest,
                          int flags)
Specified by:
writeToParcel in interface android.os.Parcelable