 | 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)
Syntaxpublic PipeStreamCollection PipeStreams { get; }
Public ReadOnly Property PipeStreams As PipeStreamCollection
Get
public:
property PipeStreamCollection^ PipeStreams {
PipeStreamCollection^ get ();
}
Property Value
Type:
PipeStreamCollectionThe collection of PipeStream objects representing
the USB pipes of the device.
Remarks
See Also