Condividi tramite


BluetoothSocketException.NullDevice Field

Definition

Caution

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

[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

Field Value

Value = 19
Attributes

Applies to