USBPipePolicyAllowPartialReads Property |
When false, read requests fail when the device returns more data than requested. When true, extra data is
saved and returned on the next read. Default value is true. Only available on IN direction pipes.
Namespace:
MadWizard.WinUSBNet
Assembly:
WinUSBNet (in WinUSBNet.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic bool AllowPartialReads { get; set; }
Public Property AllowPartialReads As Boolean
Get
Set
public:
property bool AllowPartialReads {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also