日本語のみで絞り込む

条件を指定して検索しています。すべての条件を解除する

  • 最終更新日:6か月以内
  • 2024/4/12 -このトピックでは、デバイスから特定の文字列記述子を取得する方法について説明します。 文字列記述子は、1 から始まるインデックス番号で参照されます。 文字列記述子には ...

    2024/1/17 -String descriptors are referenced by their one-based index number. A string descriptor contains one or more Unicode strings; each string is a translation of the ...


    USB descriptors - libusb

    1. https://libusb.sourceforge.io
    2. group__libusb__desc
    1. https://libusb.sourceforge.io
    2. group__libusb__desc

    2024/2/1 -String descriptor. LIBUSB_DT_INTERFACE. Interface descriptor. See libusb_interface_descriptor. LIBUSB_DT_ENDPOINT. Endpoint descriptor. See ...

    2023/11/28 -So, if your iProduct string is at the index 3, then the host may request a string descriptor with index 3 and a language ID A and index 3 and a language ID B.

    2024/3/6 -uint8_t iConfiguration; // Index of String Descriptor describing the configuration. uint8_t bmAttributes; // Configuration characteristics. uint8_t bMaxPower; ...

    2024/2/1 -A structure representing the standard USB device descriptor. ... Index of string descriptor describing manufacturer. ... A structure representing the standard USB ...

    2024/3/15 -Can be a list, a dict, or any object which supports subscript indexing with integer keys (USB string descriptor index). Strings are an optional USB feature, and ...

    2024/3/24 -Index of string descriptor describing interface - set to 0 if no string. Human Interface Device (HID) Descriptor. 0, bLength, 1, 0x09, Size. 1, bDescriptorType ...

    2023/11/26 -/* USB MYDEV device Configuration Descriptor ... Index of string descriptor describing the ... Descriptor of MYDEV interface 0 Alternate setting 0 ...

    2024/1/24 -I am trying to read USB device descriptor information such as Manufacturer and Product string when USB device attached event occurs .