BluetoothSocketException.Unspecified 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 que representa un error 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 de campo

Value = 0
Atributos

Comentarios

Código de error que representa un error durante BluetoothSocket. No se especifica el motivo del error.

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

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