GattOpenStatus 列挙型

定義

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
継承
GattOpenStatus
属性

Windows の要件

デバイス ファミリ
Windows 10 Creators Update (10.0.15063.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v4.0 で導入)
アプリの機能
bluetooth

フィールド

AccessDenied 5

アクセスが拒否されました。

AlreadyOpened 2

GATT デバイス サービスは既に開かれています。

NotFound 3

GATT デバイス サービスが見つかりませんでした。

SharingViolation 4

共有違反が発生しました。

Success 1

GATT デバイス サービスが正常に開かれました。

Unspecified 0

未定義のエラーが発生しました。

適用対象