BluetoothSocketException.SocketClosed 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, weil der Socket geschlossen wurde.

[Android.Runtime.Register("SOCKET_CLOSED", 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 SocketClosed = 17;
[<Android.Runtime.Register("SOCKET_CLOSED", 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 SocketClosed : Android.Bluetooth.BluetoothSocketExceptionReason

Feldwert

Value = 17
Attribute

Hinweise

Fehlercode, der BluetoothSocket während eines Socketvorgangs zurückgegeben wird, der fehlgeschlagen ist, weil der Socket geschlossen wurde.

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

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: