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)
Syntaxpublic bool AutoFlush { get; set; }
Public Property AutoFlush As Boolean
Get
Set
public:
property bool AutoFlush {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also