BluetoothHidDevice.Callback.OnInterruptData メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
割り込みチャネルでレポート データを受信したときに呼び出されるコールバック。
[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
パラメーター
- device
- BluetoothDevice
- reportId
- SByte
レポート ID。
- data
- Byte[]
レポートデータ。
- 属性
注釈
割り込みチャネルでレポート データを受信したときに呼び出されるコールバック。 レポートの種類は BluetoothHidDevice#REPORT_TYPE_OUTPUTと見なされます。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。