UsbInterface.InterfaceClass Property

Definition

Returns the interface's class field.

public virtual Android.Hardware.Usb.UsbClass InterfaceClass { [Android.Runtime.Register("getInterfaceClass", "()I", "GetGetInterfaceClassHandler")] get; }
[<get: Android.Runtime.Register("getInterfaceClass", "()I", "GetGetInterfaceClassHandler")>]
member this.InterfaceClass : Android.Hardware.Usb.UsbClass

Property Value

the interface's class

Attributes

Remarks

Returns the interface's class field. Some useful constants for USB classes can be found in UsbConstants

Java documentation for android.hardware.usb.UsbInterface.getInterfaceClass().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to