Lenguaje

BluetoothSocketException.L2capUnknown Campo

Definición

Precaución

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

Código de error devuelto por BluetoothSocket durante una operación de socket relacionado con L2CAP que produjo un error por un motivo desconocido.

[Android.Runtime.Register("L2CAP_UNKNOWN", 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 L2capUnknown = 1;
[<Android.Runtime.Register("L2CAP_UNKNOWN", 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 L2capUnknown : Android.Bluetooth.BluetoothSocketExceptionReason

Valor de campo

Value = 1
Atributos

Comentarios

Código de error devuelto por BluetoothSocket durante una operación de socket relacionado con L2CAP que produjo un error por un motivo desconocido.

Java documentación para android.bluetooth.BluetoothSocketException.L2CAP_UNKNOWN.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a