Sprache

BluetoothSocketException.SocketManagerFailure Feld

Definition

Achtung

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

Fehlercode, der BluetoothSocket während eines Socketvorgangs zurückgegeben wird, der fehlgeschlagen ist, da der Socket-Manager nicht verfügbar ist.

[Android.Runtime.Register("SOCKET_MANAGER_FAILURE", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.BluetoothSocketExceptionReason enum directly instead of this field.", true)]
public const Android.Bluetooth.BluetoothSocketExceptionReason SocketManagerFailure = 16;
[<Android.Runtime.Register("SOCKET_MANAGER_FAILURE", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.BluetoothSocketExceptionReason enum directly instead of this field.", true)>]
val mutable SocketManagerFailure : Android.Bluetooth.BluetoothSocketExceptionReason

Feldwert

Value = 16
Attribute

Hinweise

Fehlercode, der BluetoothSocket während eines Socketvorgangs zurückgegeben wird, der fehlgeschlagen ist, da der Socket-Manager nicht verfügbar ist.

Java Dokumentation für android.bluetooth.BluetoothSocketException.SOCKET_MANAGER_FAILURE.

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: