UsbDevice.DefaultInterface Property

Definition

Gets the object that represents the default or the first interface in a USB configuration.

public:
 property UsbInterface ^ DefaultInterface { UsbInterface ^ get(); };
UsbInterface DefaultInterface();
public UsbInterface DefaultInterface { get; }
var usbInterface = usbDevice.defaultInterface;
Public ReadOnly Property DefaultInterface As UsbInterface

Property Value

A UsbInterface object that represents the default or the first interface in a USB configuration.

Applies to