![]() | PipeStream Properties |
The PipeStream type exposes the following members.
Name | Description | |
---|---|---|
![]() | CanRead |
Gets a value that indicates if the PipeStream can read from the USB device.
(Overrides StreamCanRead.) |
![]() | CanSeek |
Gets the value false, indicating the PipeStream does not support seeking.
(Overrides StreamCanSeek.) |
![]() | CanTimeout |
Gets a value that indicates if the PipeStream can time out.
(Overrides StreamCanTimeout.) |
![]() | CanWrite |
Gets a value that indicates if the PipeStream can write to the USB device.
(Overrides StreamCanWrite.) |
![]() | Length |
Throws NotSupportedException.
(Overrides StreamLength.) |
![]() | PipeId |
Gets the USB endpoint number for the PipeStream.
|
![]() | Position |
Throws NotSupportedException.
(Overrides StreamPosition.) |
![]() | ReadMaxPacketSize |
Gets the maximum size, in bytes, of the packets that are received on the pipe.
|
![]() | ReadTimeout |
Gets or sets the time, in milliseconds, to wait for a read operation to complete.
(Overrides StreamReadTimeout.) |
![]() | ReadUseShortPacket |
Gets or sets a value indicating if a short packet from the USB device
should be used to terminate a read transfer.
|
![]() | WriteMaxPacketSize |
Gets the maximum size, in bytes, of the packets that are transmitted on the pipe.
|
![]() | WriteTimeout |
Throws NotSupportedException.
(Overrides StreamWriteTimeout.) |
![]() | WriteUseShortPacket |
Gets or sets a value indicating if a short packet should be used to signal
to the USB device that the host has no more data to send.
|