Udostępnij za pośrednictwem


BluetoothSocketException.L2capNoResources 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("L2CAP_NO_RESOURCES", 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 L2capNoResources = 12;
[<Android.Runtime.Register("L2CAP_NO_RESOURCES", 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 L2capNoResources : Android.Bluetooth.BluetoothSocketExceptionReason

Field Value

Value = 12
Attributes

Applies to