共用方式為


GattReadRequest.RespondWithProtocolError(Byte) 方法

定義

回應具有通訊協定錯誤的讀取要求。

public:
 virtual void RespondWithProtocolError(byte protocolError) = RespondWithProtocolError;
void RespondWithProtocolError(byte const& protocolError);
public void RespondWithProtocolError(byte protocolError);
function respondWithProtocolError(protocolError)
Public Sub RespondWithProtocolError (protocolError As Byte)

參數

protocolError
Byte

byte

要傳送的通訊協定錯誤。 您可以在 GattProtocolError中找到具有位元組值的錯誤清單。

Windows 需求

應用程式功能
bluetooth

適用於