Click or drag to resize

USBPipePolicyAutoFlush Property

If both AllowPartialReads and AutoFlush are true, when the device returns more data than requested by the client it will discard the remaining data. Default value is false. 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 AutoFlush { get; set; }

Property Value

Type: Boolean
See Also