GattCommunicationStatus 枚举

定义

表示与 WinRT GATT API 相关的异步操作的返回状态。

指示异步操作的状态。

public enum class GattCommunicationStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class GattCommunicationStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum GattCommunicationStatus
var value = Windows.Devices.Bluetooth.GenericAttributeProfile.GattCommunicationStatus.success
Public Enum GattCommunicationStatus
继承
GattCommunicationStatus
属性

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

字段

AccessDenied 3

拒绝访问。

ProtocolError 2

出现 GATT 通信协议错误。

Success 0

操作已成功完成。

Unreachable 1

目前无法与设备执行任何通信。

注解

版本历史记录

Windows 版本 SDK 版本 增值
1703 15063 AccessDenied
1703 15063 ProtocolError

适用于