UsbDevice.DeviceSubclass Property

Definition

Returns the device's subclass field.

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

Property Value

the device's subclass

Attributes

Remarks

Returns the device's subclass field.

Java documentation for android.hardware.usb.UsbDevice.getDeviceSubclass().

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