Click or drag to resize

PipeStream Properties

The PipeStream type exposes the following members.

Properties
  NameDescription
Public propertyCanRead
Gets a value that indicates if the PipeStream can read from the USB device.
(Overrides StreamCanRead.)
Public propertyCanSeek
Gets the value false, indicating the PipeStream does not support seeking.
(Overrides StreamCanSeek.)
Public propertyCanTimeout
Gets a value that indicates if the PipeStream can time out.
(Overrides StreamCanTimeout.)
Public propertyCanWrite
Gets a value that indicates if the PipeStream can write to the USB device.
(Overrides StreamCanWrite.)
Public propertyLength
Throws NotSupportedException.
(Overrides StreamLength.)
Public propertyPipeId
Gets the USB endpoint number for the PipeStream.
Public propertyPosition
Throws NotSupportedException.
(Overrides StreamPosition.)
Public propertyReadMaxPacketSize
Gets the maximum size, in bytes, of the packets that are received on the pipe.
Public propertyReadTimeout
Gets or sets the time, in milliseconds, to wait for a read operation to complete.
(Overrides StreamReadTimeout.)
Public propertyReadUseShortPacket
Gets or sets a value indicating if a short packet from the USB device should be used to terminate a read transfer.
Public propertyWriteMaxPacketSize
Gets the maximum size, in bytes, of the packets that are transmitted on the pipe.
Public propertyWriteTimeout
Throws NotSupportedException.
(Overrides StreamWriteTimeout.)
Public propertyWriteUseShortPacket
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.
Top
See Also