UsbDeviceDescriptor.NumberOfConfigurations 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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 組態總數。