BluetoothSocketException.L2capTimeout Campo

Definição

Cuidado

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

Código de erro durante a conexão quando a conexão L2CAP atingiu o tempo limite.

[Android.Runtime.Register("L2CAP_TIMEOUT", 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 L2capTimeout = 14;
[<Android.Runtime.Register("L2CAP_TIMEOUT", 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 L2capTimeout : Android.Bluetooth.BluetoothSocketExceptionReason

Valor do campo

Value = 14
Atributos

Comentários

Código de erro durante a conexão quando a conexão L2CAP atingiu o tempo limite.

Java documentação para android.bluetooth.BluetoothSocketException.L2CAP_TIMEOUT.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a