BluetoothSocketException.UnixFileSocketCreationFailure 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 a criação da conexão do soquete UNIX falha.

[Android.Runtime.Register("UNIX_FILE_SOCKET_CREATION_FAILURE", ApiSince=35)]
[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 UnixFileSocketCreationFailure = 21;
[<Android.Runtime.Register("UNIX_FILE_SOCKET_CREATION_FAILURE", ApiSince=35)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.BluetoothSocketExceptionReason enum directly instead of this field.", true)>]
val mutable UnixFileSocketCreationFailure : Android.Bluetooth.BluetoothSocketExceptionReason

Valor do campo

Value = 21
Atributos

Comentários

Código de erro durante a conexão quando a criação da conexão do soquete UNIX falha.

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

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