共用方式為


UsbDeviceDescriptor.NumberOfConfigurations 屬性

定義

取得 USB 裝置描述項的 bNumConfigurations 欄位。 值表示裝置支援的 USB 組態總數。

public:
 property byte NumberOfConfigurations { byte get(); };
byte NumberOfConfigurations();
public byte NumberOfConfigurations { get; }
var byte = usbDeviceDescriptor.numberOfConfigurations;
Public ReadOnly Property NumberOfConfigurations As Byte

屬性值

Byte

byte

數位,指出裝置支援的 USB 組態總數。

適用於