UsbDevice.Configuration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.