UsbConstants.UsbTypeStandard Field

Definition

Used to specify that an endpoint zero control request is a standard request.

[Android.Runtime.Register("USB_TYPE_STANDARD")]
public const int UsbTypeStandard = 0;
[<Android.Runtime.Register("USB_TYPE_STANDARD")>]
val mutable UsbTypeStandard : int

Field Value

Value = 0
Attributes

Remarks

Used to specify that an endpoint zero control request is a standard request.

Java documentation for android.hardware.usb.UsbConstants.USB_TYPE_STANDARD.

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