Click or drag to resize

USBPipeCollectionItem Property

Returns the pipe from the collection with the given pipe address

Namespace:  MadWizard.WinUSBNet
Assembly:  WinUSBNet (in WinUSBNet.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public USBPipe this[
	byte pipeAddress
] { get; }

Parameters

pipeAddress
Type: SystemByte
Address of the pipe to return

Return Value

Type: USBPipe
The pipe with the given pipe address
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionThrown if no pipe with the specified address is available in the collection.
See Also