BluetoothGatt.GattConnectionCongested Campo

Definición

Precaución

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

Se congeste una conexión de dispositivo remoto.

[Android.Runtime.Register("GATT_CONNECTION_CONGESTED")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.GattStatus enum directly instead of this field.", true)]
public const Android.Bluetooth.GattStatus GattConnectionCongested = 143;
[<Android.Runtime.Register("GATT_CONNECTION_CONGESTED")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.GattStatus enum directly instead of this field.", true)>]
val mutable GattConnectionCongested : Android.Bluetooth.GattStatus

Valor de campo

Value = 143

Implementaciones

Atributos

Comentarios

Se congeste una conexión de dispositivo remoto.

Java documentación para android.bluetooth.BluetoothGatt.GATT_CONNECTION_CONGESTED.

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