Click or drag to resize

PipeStreamPipeId Property

Gets the USB endpoint number for the PipeStream.

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

Property Value

Type: Int32

The USB endpoint number, in the range 0 - 15.

Remarks
The PipeId is also the index into the PipeStreams collection of this PipeStream.
See Also