UsbInterruptOutPipe.WriteOptions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets configuration flags that controls the behavior of the pipe that writes data to a USB interrupt OUT endpoint.
public:
property UsbWriteOptions WriteOptions { UsbWriteOptions get(); void set(UsbWriteOptions value); };
UsbWriteOptions WriteOptions();
void WriteOptions(UsbWriteOptions value);
public UsbWriteOptions WriteOptions { get; set; }
var usbWriteOptions = usbInterruptOutPipe.writeOptions;
usbInterruptOutPipe.writeOptions = usbWriteOptions;
Public Property WriteOptions As UsbWriteOptions
Property Value
A UsbWriteOptions constant that indicates the pipe policy.