BluetoothSocketException.SocketClosed 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 devuelto por BluetoothSocket durante una operación de socket que produjo un error porque el socket se ha cerrado.

[Android.Runtime.Register("SOCKET_CLOSED", 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 SocketClosed = 17;
[<Android.Runtime.Register("SOCKET_CLOSED", 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 SocketClosed : Android.Bluetooth.BluetoothSocketExceptionReason

Valor de campo

Value = 17
Atributos

Comentarios

Código de error devuelto por BluetoothSocket durante una operación de socket que produjo un error porque el socket se ha cerrado.

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

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