BluetoothSocketException.SocketManagerFailure 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 retornado BluetoothSocket durante uma operação de soquete que falhou porque o gerenciador de soquete não está disponível.

[Android.Runtime.Register("SOCKET_MANAGER_FAILURE", 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 SocketManagerFailure = 16;
[<Android.Runtime.Register("SOCKET_MANAGER_FAILURE", 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 SocketManagerFailure : Android.Bluetooth.BluetoothSocketExceptionReason

Valor do campo

Value = 16
Atributos

Comentários

Código de erro retornado BluetoothSocket durante uma operação de soquete que falhou porque o gerenciador de soquete não está disponível.

Java documentação para android.bluetooth.BluetoothSocketException.SOCKET_MANAGER_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