Udostępnij za pośrednictwem


BluetoothSocketException.UnixFileSocketCreationFailure Field

Definition

Caution

This constant will be removed in the future version. Use Android.Bluetooth.BluetoothSocketExceptionReason enum directly instead of this field.

Error code during connect when the UNIX socket connection creation fails.

[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

Field Value

Value = 21
Attributes

Remarks

Error code during connect when the UNIX socket connection creation fails.

Java documentation for android.bluetooth.BluetoothSocketException.UNIX_FILE_SOCKET_CREATION_FAILURE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to