共用方式為


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

識別組態的數位。

適用於