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)
Syntaxpublic USBPipe this[
	byte pipeAddress
] { get; }Public ReadOnly Default Property Item ( 
	pipeAddress As Byte
) As USBPipe
	Get
public:
property USBPipe^ default[unsigned char pipeAddress] {
	USBPipe^ get (unsigned char pipeAddress);
}Parameters
- pipeAddress
 - Type: SystemByte
Address of the pipe to return 
Return Value
Type: 
USBPipeThe pipe with the given pipe address
Exceptions
See Also