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 쓰기 프로시저를 사용해야 합니다.

적용 대상