GattProtocolError クラス

定義

このクラスには、GATT プロトコル エラーのバイト値が含まれています。

public ref class GattProtocolError abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class GattProtocolError final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public static class GattProtocolError
Public Class GattProtocolError
継承
Object Platform::Object IInspectable GattProtocolError
属性

Windows の要件

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

プロパティ

AttributeNotFound

属性が見つからないエラーのバイト値を取得します。

AttributeNotLong

長くない属性のバイト値を取得します。

InsufficientAuthentication

不十分な認証エラーのバイト値を取得します。

InsufficientAuthorization

不十分な承認エラーのバイト値を取得します。

InsufficientEncryption

不十分な暗号化エラーのバイト値を取得します。

InsufficientEncryptionKeySize

不十分な暗号化キー サイズ エラーのバイト値を取得します。

InsufficientResources

リソース不足エラーのバイト値を取得します。

InvalidAttributeValueLength

無効な属性値の長さのエラーのバイト値を取得します。

InvalidHandle

無効なハンドル エラーのバイト値を取得します。

InvalidOffset

無効なオフセット エラーのバイト値を取得します。

InvalidPdu

無効な PDU エラーのバイト値を取得します。

PrepareQueueFull

準備キューの完全エラーのバイト値を取得します。

ReadNotPermitted

読み取りが許可されていないエラーのバイト値を取得します。

RequestNotSupported

サポートされていない要求エラーのバイト値を取得します。

UnlikelyError

ありそうもないエラーのバイト値を取得します。

UnsupportedGroupType

サポートされていないグループ型エラーのバイト値を取得します。

WriteNotPermitted

書き込みが許可されていないエラーのバイト値を取得します。

適用対象