USBInterface.OutPipe Property |
First OUT direction pipe on this interface
Namespace:
MadWizard.WinUSBNet
Assembly:
WinUSBNet (in WinUSBNet.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic USBPipe OutPipe { get; }
Public ReadOnly Property OutPipe As USBPipe
Get
public:
property USBPipe^ OutPipe {
USBPipe^ get ();
}
Property Value
Type:
USBPipe
See Also