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.
UsbWriteOptions enumeration
Defines constants for configuration flags that can be set for a USB pipe that the host opens for a USB OUT endpoint.
Syntax
public enum class UsbWriteOptions
Attributes
- [Flags()]
- [Version(0x06030000)]
Members
The UsbWriteOptions enumeration has these members.
Member | Value | Description |
---|---|---|
None | none | 0 |
Clear all flags. |
AutoClearStall | autoClearStall | 1 |
Automatically clears a stalled pipe without stopping the data flow. |
ShortPacketTerminate | shortPacketTerminate | 2 |
Sends a zero length packet for a write request in which the buffer is a multiple of the maximum packet size supported by the endpoint. |
Requirements
Minimum supported client | Windows 8.1 |
---|---|
Minimum supported server | Windows Server 2012 R2 |
Namespace |
|
Metadata |
|
Show: