UsbDevice.Configuration Property

Definition

Gets an object that represents a USB configuration including all interfaces and their endpoints.

public:
 property UsbConfiguration ^ Configuration { UsbConfiguration ^ get(); };
UsbConfiguration Configuration();
public UsbConfiguration Configuration { get; }
var usbConfiguration = usbDevice.configuration;
Public ReadOnly Property Configuration As UsbConfiguration

Property Value

A UsbConfiguration object that contains information about a USB configuration including the configuration descriptor and array of all USB interfaces in that configuration.

Applies to