次の方法で共有


GattReadResult.ProtocolError プロパティ

定義

プロトコル エラーを取得します。

public:
 property IReference<byte> ^ ProtocolError { IReference<byte> ^ get(); };
IReference<byte> ProtocolError();
public System.Nullable<byte> ProtocolError { get; }
var iReference = gattReadResult.protocolError;
Public ReadOnly Property ProtocolError As Nullable(Of Byte)

プロパティ値

プロトコル エラー。 バイト値を持つエラーの一覧は 、GattProtocolError にあります。

Windows の要件

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

適用対象