FrontPanel Platform API - v6.0.0
    Preparing search index...

    Interface IDeviceUsbInterfaceInfo

    Interface representing information about a USB device interface.

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

    Properties

    interfaceIndex: number

    The index of the interface.

    speedDesignation: UsbSpeedDesignation

    The USB speed designation of the device interface.