Click or drag to resize

UsbDevicePipeStreams Property

Gets the collection of PipeStream objects corresponding to the USB communication pipes of a USB device.

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

Property Value

Type: PipeStreamCollection

The collection of PipeStream objects representing the USB pipes of the device.

Remarks
See PipeStreamCollection for more information.
See Also