Click or drag to resize

USBPipePolicyIgnoreShortPackets Property

When true, read operations are completed only when the number of bytes requested by the client has been received. 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 IgnoreShortPackets { get; set; }

Property Value

Type: Boolean
See Also