android.hardware.usb
Class UsbInterface
java.lang.Object
android.hardware.usb.UsbInterface
- All Implemented Interfaces:
- Parcelable
public class UsbInterface
- extends Object
- implements Parcelable
CREATOR
public static final Parcelable.Creator<UsbInterface> CREATOR
getId
public int getId()
getInterfaceClass
public int getInterfaceClass()
getInterfaceSubclass
public int getInterfaceSubclass()
getInterfaceProtocol
public int getInterfaceProtocol()
getEndpointCount
public int getEndpointCount()
getEndpoint
public UsbEndpoint getEndpoint(int index)
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.