AllowPartialReads Property

LibUsbDotNet

LibUsbDotNet 2.2.8 AllowPartialReads Property
Library ReferenceLibUsbDotNet.WinUsbPipePoliciesAllowPartialReads
LibUsbDotNet on SourceForge
If the allow partial reads policy parameter is FALSE (that is, zero), the read request fails whenever the device returns more data than the client requested. If the allow partial reads policy parameter is TRUE, the WinUSB driver saves the extra data and sends the extra data to the client during the client's next read. The default value of the allow partial reads policy parameter is TRUE.
Declaration Syntax
C# Visual Basic Visual C++
public bool AllowPartialReads { get; set; }
Public Property AllowPartialReads As Boolean
	Get
	Set
public:
property bool AllowPartialReads {
	bool get ();
	void set (bool value);
}

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