BluetoothHidDevice.ReplyReport(BluetoothDevice, SByte, SByte, Byte[]) 메서드

정의

에서 GET_REPORT 요청에 대한 회신으로 원격 호스트에 Callback#onGetReport(BluetoothDevice, byte, byte, int)보고서를 보냅니다.

[Android.Runtime.Register("replyReport", "(Landroid/bluetooth/BluetoothDevice;BB[B)Z", "", ApiSince=28)]
[Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_CONNECT")]
public bool ReplyReport(Android.Bluetooth.BluetoothDevice? device, sbyte type, sbyte id, byte[]? data);
[<Android.Runtime.Register("replyReport", "(Landroid/bluetooth/BluetoothDevice;BB[B)Z", "", ApiSince=28)>]
[<Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_CONNECT")>]
member this.ReplyReport : Android.Bluetooth.BluetoothDevice * sbyte * sbyte * byte[] -> bool

매개 변수

type
SByte

요청에서와 같이 보고서 형식입니다.

id
SByte

요청에서와 같이 보고서 ID입니다.

data
Byte[]

보고서 ID를 포함하지 않는 보고서 데이터입니다.

반품

명령을 성공적으로 보내면 true입니다. 그렇지 않으면 false입니다.

특성

설명

에서 GET_REPORT 요청에 대한 회신으로 원격 호스트에 Callback#onGetReport(BluetoothDevice, byte, byte, int)보고서를 보냅니다.

에 대한 android.bluetooth.BluetoothHidDevice.replyReport(android.bluetooth.BluetoothDevice, byte, byte, byte[])Java 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상