BluetoothHidDevice.Callback.OnInterruptData メソッド

定義

割り込みチャネルでレポート データを受信したときに呼び出されるコールバック。

[Android.Runtime.Register("onInterruptData", "(Landroid/bluetooth/BluetoothDevice;B[B)V", "GetOnInterruptData_Landroid_bluetooth_BluetoothDevice_BarrayBHandler", ApiSince=28)]
public virtual void OnInterruptData(Android.Bluetooth.BluetoothDevice? device, sbyte reportId, byte[]? data);
[<Android.Runtime.Register("onInterruptData", "(Landroid/bluetooth/BluetoothDevice;B[B)V", "GetOnInterruptData_Landroid_bluetooth_BluetoothDevice_BarrayBHandler", ApiSince=28)>]
abstract member OnInterruptData : Android.Bluetooth.BluetoothDevice * sbyte * byte[] -> unit
override this.OnInterruptData : Android.Bluetooth.BluetoothDevice * sbyte * byte[] -> unit

パラメーター

reportId
SByte

レポート ID。

data
Byte[]

レポートデータ。

属性

注釈

割り込みチャネルでレポート データを受信したときに呼び出されるコールバック。 レポートの種類は BluetoothHidDevice#REPORT_TYPE_OUTPUTと見なされます。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象