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)
Syntaxpublic bool RawIO { get; set; }
Public Property RawIO As Boolean
Get
Set
public:
property bool RawIO {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also