Click or drag to resize

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)
Syntax
public bool AllowPartialReads { get; set; }

Property Value

Type: Boolean
See Also