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