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