BluetoothSocketException.NullDevice 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 durante la conexión cuando el dispositivo null intenta realizar la conexión de socket.

[Android.Runtime.Register("NULL_DEVICE", 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 NullDevice = 19;
[<Android.Runtime.Register("NULL_DEVICE", 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 NullDevice : Android.Bluetooth.BluetoothSocketExceptionReason

Valor de campo

Value = 19
Atributos

Comentarios

Código de error durante la conexión cuando el dispositivo null intenta realizar la conexión de socket.

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

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