Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UsbControlTransferType enumeration

Defines constants that indicate the type of USB control transfer: standard, class, or vendor.

Syntax


var value = Windows.Devices.Usb.UsbControlTransferType.standard;

Attributes

[Version(0x06030000)]

Members

The UsbControlTransferType enumeration has these members.

MemberValueDescription
Standard | standard0

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).

Class | class1

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

Vendor | vendor2

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

Remarks

For conceptual information about USB control transfers, see "Microsoft-defined methods for sending control transfer requests" in How to send a USB control transfer.

Requirements

Minimum supported client

Windows 8.1

Minimum supported server

Windows Server 2012 R2

Namespace

Windows.Devices.Usb
Windows::Devices::Usb [C++]

Metadata

Windows.winmd

 

 

Show:
© 2014 Microsoft. All rights reserved.