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.
UsbControlRequestType class
Provides information about the USB control transfer, the type of control request, whether the data is sent from or to the host, and the recipient of the request in the device.
Syntax
public ref class UsbControlRequestType sealed
Attributes
- [DualApiPartition()]
- [MarshalingBehavior(Agile)]
- [Version(0x06030000)]
Members
The UsbControlRequestType class has these types of members:
Constructors
The UsbControlRequestType class has these constructors.
Constructor | Description |
---|---|
UsbControlRequestType | Creates a UsbControlRequestType object. |
Methods
The UsbControlRequestType class inherits methods from the Object class (C#/VB/C++).
Properties
The UsbControlRequestType class has these properties.
Property | Access type | Description |
---|---|---|
Read/write | Gets or sets the bmRequestType value as a byte. | |
Read/write | Gets or sets the type of USB control transfer: standard, class, or vendor. | |
Read/write | Gets or sets the direction of the USB control transfer. | |
Read/write | Gets or sets the recipient of the USB control transfer. |
Requirements
Minimum supported client | Windows 8.1 [Windows Store apps, desktop apps] |
---|---|
Minimum supported server | Windows Server 2012 R2 [Windows Store apps, desktop apps] |
Namespace |
|
Metadata |
|
See also
Show: