UsbInterface.InterfaceSubclass Property

Definition

Returns the interface's subclass field.

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

Property Value

the interface's subclass

Attributes

Remarks

Returns the interface's subclass field.

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

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