LibUsbDotNet 2.2.8
IgnoreShortPackets Property
Library ReferenceLibUsbDotNet.WinUsbPipePoliciesIgnoreShortPackets
LibUsbDotNet on SourceForge
If the ignore short packets policy parameter is TRUE (that is, nonzero), the host does not complete a read operation after it receives a short packet. Instead, the the host completes the operation only after the host has read the specified number of bytes. If the ignore short packets policy parameter is FALSE, the host completes a read operation when either the host has read the specified number of bytes or the host has received a short packet. The default value of the ignore short packets policy parameter is FALSE.
Declaration Syntax
C#Visual BasicVisual C++
public bool IgnoreShortPackets { get; set; }
Public Property IgnoreShortPackets As Boolean
	Get
	Set
public:
property bool IgnoreShortPackets {
	bool get ();
	void set (bool value);
}

Assembly: LibUsbDotNet (Module: LibUsbDotNet) Version: 2.2.8.104 (2.2.8.104)