 | PipeStreamReadMaxPacketSize Property |
Gets the maximum size, in bytes, of the packets that are received on the pipe.
Namespace:
WinUsbNet
Assembly:
WinUsbNet (in WinUsbNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int ReadMaxPacketSize { get; }Public ReadOnly Property ReadMaxPacketSize As Integer
Get
public:
property int ReadMaxPacketSize {
int get ();
}Property Value
Type:
Int32The maximum size, in bytes, of the packets that are received on the pipe.
Exceptions| Exception | Condition |
|---|
| NotSupportedException | The PipeStream
does not support reading.
|
See Also