Sprache

BluetoothGatt.GattReadNotPermitted Feld

Definition

Achtung

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

GATT-Lesevorgang ist nicht zulässig.

[Android.Runtime.Register("GATT_READ_NOT_PERMITTED")]
[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 GattReadNotPermitted = 2;
[<Android.Runtime.Register("GATT_READ_NOT_PERMITTED")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.GattStatus enum directly instead of this field.", true)>]
val mutable GattReadNotPermitted : Android.Bluetooth.GattStatus

Feldwert

Value = 2

Implementiert

Attribute

Hinweise

GATT-Lesevorgang ist nicht zulässig.

Java Dokumentation für android.bluetooth.BluetoothGatt.GATT_READ_NOT_PERMITTED.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: