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)
Syntax public USBDevice Device { get; }
Public ReadOnly Property Device As USBDevice
Get
public:
property USBDevice^ Device {
USBDevice^ get ();
}
Property Value
Type:
USBDeviceSee Also