Click or drag to resize

PipeStreamWriteMaxPacketSize Property

Gets the maximum size, in bytes, of the packets that are transmitted on the pipe.

Namespace:  WinUsbNet
Assembly:  WinUsbNet (in WinUsbNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int WriteMaxPacketSize { get; }

Property Value

Type: Int32

The maximum size, in bytes, of the packets that are transmitted on the pipe.

Exceptions
ExceptionCondition
NotSupportedExceptionThe PipeStream does not support writing.
See Also