BluetoothLEScanningMode 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義常數,指定藍牙 LE 掃描模式。
public enum class BluetoothLEScanningMode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class BluetoothLEScanningMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum BluetoothLEScanningMode
var value = Windows.Devices.Bluetooth.Advertisement.BluetoothLEScanningMode.passive
Public Enum BluetoothLEScanningMode
- 繼承
-
BluetoothLEScanningMode
- 屬性
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
應用程式功能 |
bluetooth
|
欄位
Active | 1 | 指定作用中的掃描模式。 這表示掃描要求封包將從平臺傳送,以主動查詢 藍牙ADvertisementType.ScanResponse類型的更多廣告資料。 |
None | 2 | 指定沒有掃描模式。 監看員會在系統收到廣告時提供廣告,但不會起始自己的掃描。 |
Passive | 0 | 指定被動掃描模式。 這是預設掃描模式。 |
備註
版本歷程記錄
Windows 版本 | SDK 版本 | 已新增值 |
---|---|---|
2004 | 19041 | 無 |