BluetoothSocketException.NullDevice Feld

Definition

Achtung

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

Fehlercode während der Verbindung, wenn null-Gerät versucht, Socketverbindung herzustellen.

[Android.Runtime.Register("NULL_DEVICE", 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 NullDevice = 19;
[<Android.Runtime.Register("NULL_DEVICE", 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 NullDevice : Android.Bluetooth.BluetoothSocketExceptionReason

Feldwert

Value = 19
Attribute

Hinweise

Fehlercode während der Verbindung, wenn null-Gerät versucht, Socketverbindung herzustellen.

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

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: