Show / Hide Table of Contents

Enum RequestType

Defines the type of USB device request.

Namespace: Usb.Net
Assembly: Usb.Net.dll
Syntax
public enum RequestType
Remarks

See 9.3 of the Universal Serial Bus (USB) specification (www.usb.org)

Fields

Name Description
Class

Indicates a class-specific USB control request described by a specific device class specification.

Standard

Indicates a standard USB control request that the app can send to obtain information about the device, its configurations, interfaces, and endpoints. The standard requests are described in section 9.4 of the Universal Serial Bus(USB) specification(www.usb.org).

Vendor

Indicates a vendor-specified USB control request and depends on the requests supported by the device.

In This Article
Back to top Generated by DocFX