約53,500件1ページ目

日本語のみで絞り込む

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

  • 最終更新日:1年以内
  • 2024/1/17 -The host obtains the device descriptor through a control transfer. In the transfer, the request type is GET DESCRIPTOR and the recipient is the device. The ...

    2024/1/16 -This article describes how to get descriptors from the device at the endpoint, interface, configuration, and device level.

    2023/11/10 -The purpose of the device descriptor is to let the host know what specification of USB the device complies with and how many possible configurations are ...

    Descriptor Types-Device Descriptor-Interface Descriptor

    2024/2/1 -Get the USB configuration descriptor for the currently active configuration. ... Get a USB configuration descriptor based on its index. More... int ...

    2024/3/6 -An interface descriptor is always returned as part of a configuration descriptor. Interface descriptors cannot be directly accessed with a GetDescriptor() or ...

    2024/3/15 -USB descriptor report all of the device's attributes. An endpoint is a specific type of descriptor that describes the terminus of a communication flow between ...

    2024/5/30 -The USB device descriptor is a data structure that contains information about a USB ... To get started, you will need to install the libusb NuGet package in your ...

    2024/4/27 -The host sends a GET_DESCRIPTOR command to the device to get a device descriptor from the device, from which it determines the maximum packet size supported ...

    2024/4/19 -I am trying to identify the USB version of the attached devices (such as 1.0, 2.0, 3.0, etc), but without needing to install extra drivers. That is to say, I ...

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