GattWriteOption 枚举

定义

指示要执行的写入操作的类型。

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

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

字段

WriteWithoutResponse 1

应使用“无响应写入”过程。

WriteWithResponse 0

应使用默认的 GATT 写入过程。

适用于