Sprache

BluetoothSocketException.L2capSourceCidAlreadyAllocated 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 für bereits zugewiesene Kanal-ID vom Peergerät während der L2CAP-Verbindung.

[Android.Runtime.Register("L2CAP_SOURCE_CID_ALREADY_ALLOCATED", 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 L2capSourceCidAlreadyAllocated = 9;
[<Android.Runtime.Register("L2CAP_SOURCE_CID_ALREADY_ALLOCATED", 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 L2capSourceCidAlreadyAllocated : Android.Bluetooth.BluetoothSocketExceptionReason

Feldwert

Value = 9
Attribute

Hinweise

Fehlercode während der Verbindung für bereits zugewiesene Kanal-ID vom Peergerät während der L2CAP-Verbindung.

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

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: