最終更新:2015-07-13 (月) 19:00:05 (3203d)  

USB/インターフェイス
Top / USB / インターフェイス

ドライバが制御する単位。USBクラスを選べる

メモ

USB/代替インターフェイス

  • An interface may include alternate settings that allow the endpoints and/or their characteristics to be varied after the device has been configured. The default setting for an interface is always alternate setting zero.
  • The SetInterface?() request is used to select an alternate setting or to return to the default setting.
  • The GetInterface?() request returns the selected alternate setting.

メモ

  • HS/SSエンドポイントは高速な転送レートをサポートするが、USB 2.0/USB 3.0仕様に準拠するために、デフォルトインターフェイスのインタラプトエンドポイントは64KB/sを超えて要求してはいけない。

関連