orbotix.robot.base
Class DeviceAsyncData

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

public abstract class DeviceAsyncData
extends DeviceMessage

Abstract class for data received asynchronously from the robot. Most async messages are started and stoped by sending a command. An exception would DeviceMessenger.

See Also:
Created by IntelliJ IDEA. User: brian Date: 10/25/11 Time: 6:15 PM

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
DeviceAsyncData()
          Constructor for class.
 
Method Summary
 void writeToParcel(android.os.Parcel dest, int flags)
          exclude
 
Methods inherited from class orbotix.robot.base.DeviceMessage
getTimeStamp
 
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

DeviceAsyncData

public DeviceAsyncData()
Constructor for class.

Method Detail

writeToParcel

public void writeToParcel(android.os.Parcel dest,
                          int flags)
exclude

Specified by:
writeToParcel in interface android.os.Parcelable
Overrides:
writeToParcel in class DeviceMessage