UsbConstants.UsbSubclassVendorSpec Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Vendor specific USB subclass.
[Android.Runtime.Register("USB_SUBCLASS_VENDOR_SPEC")]
public const int UsbSubclassVendorSpec = 255;
[<Android.Runtime.Register("USB_SUBCLASS_VENDOR_SPEC")>]
val mutable UsbSubclassVendorSpec : int
Field Value
Value = 255- Attributes
Remarks
Vendor specific USB subclass.
Java documentation for android.hardware.usb.UsbConstants.USB_SUBCLASS_VENDOR_SPEC
.
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.