USBDeviceInterfaces Property |
Collection of all interfaces available on the USB device
Namespace:
MadWizard.WinUSBNet
Assembly:
WinUSBNet (in WinUSBNet.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public USBInterfaceCollection Interfaces { get; }
Public ReadOnly Property Interfaces As USBInterfaceCollection
Get
public:
property USBInterfaceCollection^ Interfaces {
USBInterfaceCollection^ get ();
}
Property Value
Type:
USBInterfaceCollectionSee Also