BluetoothStatusCodes.ErrorBluetoothNotAllowed Feld
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Achtung
This constant will be removed in the future version. Use Android.Bluetooth.CurrentBluetoothStatusCodes enum directly instead of this field.
Fehlercode, der angibt, dass der API-Aufruf weder vom System noch vom aktiven Benutzer initiiert wurde.
[Android.Runtime.Register("ERROR_BLUETOOTH_NOT_ALLOWED", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.CurrentBluetoothStatusCodes enum directly instead of this field.", true)]
public const Android.Bluetooth.CurrentBluetoothStatusCodes ErrorBluetoothNotAllowed = 2;
[<Android.Runtime.Register("ERROR_BLUETOOTH_NOT_ALLOWED", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.CurrentBluetoothStatusCodes enum directly instead of this field.", true)>]
val mutable ErrorBluetoothNotAllowed : Android.Bluetooth.CurrentBluetoothStatusCodes
Feldwert
Value = 2- Attribute
Hinweise
Fehlercode, der angibt, dass der API-Aufruf weder vom System noch vom aktiven Benutzer initiiert wurde.
Java Dokumentation für android.bluetooth.BluetoothStatusCodes.ERROR_BLUETOOTH_NOT_ALLOWED.
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.