UsbDevice.DefaultInterface 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 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.