RawIo Property

LibUsbDotNet

LibUsbDotNet 2.2.8 RawIo Property
Library ReferenceLibUsbDotNet.WinUsbPipePoliciesRawIo
LibUsbDotNet on SourceForge
If the raw i/o policy parameter is TRUE (that is, nonzero), calls to WinUsb_ReadPipe and WinUsb_WritePipe for the specified endpoint must satisfy the following conditions: The buffer length must be a multiple of the maximum endpoint packet size. The length must be less than what the host controller supports. If the preceding conditions are met, WinUSB sends data directly to the USB driver stack, bypassing WinUSB's queuing and error handling. If the raw i/o policy parameter is FALSE, no restrictions are imposed on the buffers that are passed to WinUsb_ReadPipe and WinUsb_WritePipe. The default value of the raw i/o policy parameter is FALSE.
Declaration Syntax
C# Visual Basic Visual C++
public bool RawIo { get; set; }
Public Property RawIo As Boolean
	Get
	Set
public:
property bool RawIo {
	bool get ();
	void set (bool value);
}

Assembly: LibUsbDotNet (Module: LibUsbDotNet) Version: 2.2.8.104 (2.2.8.104)