BluetoothGatt.GattFailure フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Bluetooth.GattStatus enum directly instead of this field.

GATT 操作に失敗しました。上記以外のエラー

[Android.Runtime.Register("GATT_FAILURE")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.GattStatus enum directly instead of this field.", true)]
public const Android.Bluetooth.GattStatus GattFailure = 257;
[<Android.Runtime.Register("GATT_FAILURE")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.GattStatus enum directly instead of this field.", true)>]
val mutable GattFailure : Android.Bluetooth.GattStatus

フィールド値

Value = 257

実装

属性

注釈

GATT 操作に失敗しました。上記以外のエラー

Javaドキュメント。

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

適用対象