BluetoothHidDevice.ReportError(BluetoothDevice, SByte) 方法

定义

发送错误握手消息作为来自无效SET_REPORT请求 Callback#onSetReport(BluetoothDevice, byte, byte, byte[])的答复。

[Android.Runtime.Register("reportError", "(Landroid/bluetooth/BluetoothDevice;B)Z", "", ApiSince=28)]
[Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_CONNECT")]
public bool ReportError (Android.Bluetooth.BluetoothDevice? device, sbyte error);
[<Android.Runtime.Register("reportError", "(Landroid/bluetooth/BluetoothDevice;B)Z", "", ApiSince=28)>]
[<Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_CONNECT")>]
member this.ReportError : Android.Bluetooth.BluetoothDevice * sbyte -> bool

参数

error
SByte

通过 HANDSHAKE 发送SET_REPORT时出错。

返回

如果成功发送命令,则为 true;否则为 false。

属性

注解

适用于 . 的 android.bluetooth.BluetoothHidDevice.reportError(android.bluetooth.BluetoothDevice, byte)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于