GattServiceProviderAdvertisementStatus 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
此列舉定義 GattServiceProvider的公告狀態。
public enum class GattServiceProviderAdvertisementStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class GattServiceProviderAdvertisementStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum GattServiceProviderAdvertisementStatus
var value = Windows.Devices.Bluetooth.GenericAttributeProfile.GattServiceProviderAdvertisementStatus.created
Public Enum GattServiceProviderAdvertisementStatus
- 繼承
-
GattServiceProviderAdvertisementStatus
- 屬性
Windows 需求
裝置系列 |
Windows 10 Creators Update (已於 10.0.15063.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v4.0 引進)
|
應用程式功能 |
bluetooth
|
欄位
Aborted | 3 | GATT 服務已中止。 |
Created | 0 | 已建立 GATT 服務。 |
Started | 2 | GATT 服務廣告已啟動。 |
StartedWithoutAllAdvertisementData | 4 | 表示系統已成功發出廣告要求,但並非所有要求的資料都可以包含在廣告中。 |
Stopped | 1 | GATT 服務沒有廣告。 |
備註
版本歷程記錄
Windows 版本 | SDK 版本 | 已新增值 |
---|---|---|
1903 | 18362 | StartedWithoutAllAdvertisementData |