android.hardware.usb
Class UsbAccessory

java.lang.Object
  extended by android.hardware.usb.UsbAccessory
All Implemented Interfaces:
Parcelable

public class UsbAccessory
extends Object
implements Parcelable


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.os.Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
 
Field Summary
static Parcelable.Creator<UsbAccessory> CREATOR
           
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
Method Summary
 int describeContents()
           
 boolean equals(Object obj)
           
 String getDescription()
           
 String getManufacturer()
           
 String getModel()
           
 String getSerial()
           
 String getUri()
           
 String getVersion()
           
 int hashCode()
           
 String toString()
           
 void writeToParcel(Parcel parcel, int flags)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

CREATOR

public static final Parcelable.Creator<UsbAccessory> CREATOR
Method Detail

getManufacturer

public String getManufacturer()

getModel

public String getModel()

getDescription

public String getDescription()

getVersion

public String getVersion()

getUri

public String getUri()

getSerial

public String getSerial()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

describeContents

public int describeContents()
Specified by:
describeContents in interface Parcelable

writeToParcel

public void writeToParcel(Parcel parcel,
                          int flags)
Specified by:
writeToParcel in interface Parcelable


Copyright © 2008-2012. All Rights Reserved.