共用方式為


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

適用於