 | 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)
Syntaxpublic int WriteMaxPacketSize { get; }
Public ReadOnly Property WriteMaxPacketSize As Integer
Get
public:
property int WriteMaxPacketSize {
int get ();
}
Property Value
Type:
Int32The maximum size, in bytes, of the packets that are transmitted on the pipe.
ExceptionsException | Condition |
---|
NotSupportedException | The PipeStream
does not support writing.
|
See Also