USBInterfacePipes Property |
Collection of pipes associated with this interface
Namespace:
MadWizard.WinUSBNet
Assembly:
WinUSBNet (in WinUSBNet.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic USBPipeCollection Pipes { get; }
Public ReadOnly Property Pipes As USBPipeCollection
Get
public:
property USBPipeCollection^ Pipes {
USBPipeCollection^ get ();
}
Property Value
Type:
USBPipeCollection
See Also