GattOpenStatus Enum

Definisi

public enum class GattOpenStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class GattOpenStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum GattOpenStatus
var value = Windows.Devices.Bluetooth.GenericAttributeProfile.GattOpenStatus.unspecified
Public Enum GattOpenStatus
Warisan
GattOpenStatus
Atribut

Persyaratan Windows

Rangkaian perangkat
Windows 10 Creators Update (diperkenalkan dalam 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (diperkenalkan dalam v4.0)
Kemampuan aplikasi
bluetooth

Bidang

AccessDenied 5

Akses ditolak.

AlreadyOpened 2

Layanan perangkat GATT sudah dibuka.

NotFound 3

Layanan perangkat GATT tidak ditemukan.

SharingViolation 4

Ada pelanggaran berbagi.

Success 1

Layanan perangkat GATT berhasil dibuka.

Unspecified 0

Kesalahan yang tidak ditentukan.

Berlaku untuk