USBInterfaceDevice Property  | 
 
            USB device associated with this interface
            
 
    Namespace: 
   MadWizard.WinUSBNet
    Assembly:
   WinUSBNet (in WinUSBNet.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic USBDevice Device { get; }Public ReadOnly Property Device As USBDevice
	Get
public:
property USBDevice^ Device {
	USBDevice^ get ();
}Property Value
Type: 
USBDevice
See Also