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.AsByte | asByte property
Gets or sets the bmRequestType value as a byte.
Syntax
Public Property AsByte As Byte
Property value
Type: Number [JavaScript] | System.Byte [.NET] | uint8 [C++]
The entire bmRequestType value in a byte.
Remarks
If the hardware specification for the device defines the bmRequestType field value to be sent as a byte, you can use the AsByte property. Otherwise, you must individually get or set bmRequestType values, such as direction, type, and recipient by using ControlTransferType, Direction, and Recipient properties, respectively.
Requirements
|
Minimum supported client | Windows 8.1 |
|---|---|
|
Minimum supported server | Windows Server 2012 R2 |
|
Namespace |
|
|
Metadata |
|
See also
Show:
