ShortPacketTerminate Property

LibUsbDotNet

LibUsbDotNet 2.2.8 ShortPacketTerminate Property
Library ReferenceLibUsbDotNet.WinUsbPipePoliciesShortPacketTerminate
LibUsbDotNet on SourceForge
If the short packet terminate policy parameter is TRUE (that is, nonzero), every write request that is a multiple of the maximum packet size for the endpoint is terminated with a zero-length packet. The default value of the short packet terminate policy parameter is FALSE.
Declaration Syntax
C# Visual Basic Visual C++
public bool ShortPacketTerminate { get; set; }
Public Property ShortPacketTerminate As Boolean
	Get
	Set
public:
property bool ShortPacketTerminate {
	bool get ();
	void set (bool value);
}

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