Click or drag to resize

USBPipePolicyRawIO Property

When true, read and write operations to the pipe must have a buffer length that is a multiple of the maximum endpoint packet size, and the length must be less than the maximum transfer size. With these conditions met, data is sent directly to the USB driver stack, bypassing the queuing and error handling of WinUSB. Default value is false.

Namespace:  MadWizard.WinUSBNet
Assembly:  WinUSBNet (in WinUSBNet.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public bool RawIO { get; set; }

Property Value

Type: Boolean
See Also