USBPipe.Interface Property |
The interface associated with this pipe
Namespace:
MadWizard.WinUSBNet
Assembly:
WinUSBNet (in WinUSBNet.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic USBInterface Interface { get; }
Public ReadOnly Property Interface As USBInterface
Get
public:
property USBInterface^ Interface {
USBInterface^ get ();
}
Property Value
Type:
USBInterface
See Also