BluetoothGattCallback.OnReliableWriteCompleted メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
信頼できる書き込みトランザクションが完了したときに呼び出されるコールバック。
[Android.Runtime.Register("onReliableWriteCompleted", "(Landroid/bluetooth/BluetoothGatt;I)V", "GetOnReliableWriteCompleted_Landroid_bluetooth_BluetoothGatt_IHandler")]
public virtual void OnReliableWriteCompleted(Android.Bluetooth.BluetoothGatt? gatt, Android.Bluetooth.GattStatus status);
[<Android.Runtime.Register("onReliableWriteCompleted", "(Landroid/bluetooth/BluetoothGatt;I)V", "GetOnReliableWriteCompleted_Landroid_bluetooth_BluetoothGatt_IHandler")>]
abstract member OnReliableWriteCompleted : Android.Bluetooth.BluetoothGatt * Android.Bluetooth.GattStatus -> unit
override this.OnReliableWriteCompleted : Android.Bluetooth.BluetoothGatt * Android.Bluetooth.GattStatus -> unit
パラメーター
- gatt
- BluetoothGatt
GATT クライアントが呼び出されました BluetoothGatt#executeReliableWrite
- status
- GattStatus
BluetoothGatt#GATT_SUCCESS 信頼できる書き込みトランザクションが正常に実行された場合
- 属性
注釈
信頼できる書き込みトランザクションが完了したときに呼び出されるコールバック。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。