Click or drag to resize

USBPipePolicyShortPacketTerminate Property

When true, every write request that is a multiple of the maximum packet size for the endpoint is terminated with a zero-length packet. Default value is false. Only available on OUT direction pipes.

Namespace:  MadWizard.WinUSBNet
Assembly:  WinUSBNet (in WinUSBNet.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public bool ShortPacketTerminate { get; set; }

Property Value

Type: Boolean
See Also