public class UsbInterface extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<UsbInterface> |
CREATOR |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
UsbEndpoint |
getEndpoint(int index) |
int |
getEndpointCount() |
int |
getId() |
int |
getInterfaceClass() |
int |
getInterfaceProtocol() |
int |
getInterfaceSubclass() |
String |
toString() |
void |
writeToParcel(Parcel parcel,
int flags) |
public static final Parcelable.Creator<UsbInterface> CREATOR
public int getId()
public int getInterfaceClass()
public int getInterfaceSubclass()
public int getInterfaceProtocol()
public int getEndpointCount()
public UsbEndpoint getEndpoint(int index)
public int describeContents()
describeContents in interface Parcelablepublic void writeToParcel(Parcel parcel, int flags)
writeToParcel in interface ParcelableCopyright © 2008-2013. All Rights Reserved.