Interface IDeviceUsbInterfaceInfo

Interface representing information about a USB device interface.

interface IDeviceUsbInterfaceInfo {
    interfaceIndex: number;
    speedDesignation: UsbSpeedDesignation;
}

Properties

interfaceIndex: number

The index of the interface.

speedDesignation: UsbSpeedDesignation

The USB speed designation of the device interface.