Idioma

BluetoothSocketException.Unspecified 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 que representa uma falha durante BluetoothSocket.

[Android.Runtime.Register("UNSPECIFIED", 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 Unspecified = 0;
[<Android.Runtime.Register("UNSPECIFIED", 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 Unspecified : Android.Bluetooth.BluetoothSocketExceptionReason

Valor do campo

Value = 0
Atributos

Comentários

Código de erro que representa uma falha durante BluetoothSocket. O motivo da falha não é especificado.

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

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