共用方式為


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 寫入程式。

適用於