BluetoothSocketException.NullDevice 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 o dispositivo nulo tenta fazer a conexão de soquete.

[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 do campo

Value = 19
Atributos

Comentários

Código de erro durante a conexão quando o dispositivo nulo tenta fazer a conexão de soquete.

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

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