次の方法で共有


UsbConfigurationDescriptor.ConfigurationValue プロパティ

定義

USB 構成記述子の bConfigurationValue フィールドを取得します。 値は、構成を識別する番号です。

public:
 property byte ConfigurationValue { byte get(); };
byte ConfigurationValue();
public byte ConfigurationValue { get; }
var byte = usbConfigurationDescriptor.configurationValue;
Public ReadOnly Property ConfigurationValue As Byte

プロパティ値

Byte

byte

構成を識別する番号。

適用対象