BluetoothStatusCodes.ErrorGattWriteRequestBusy Campo

Definição

Cuidado

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

Uma solicitação writeCharacteristic gatt é emitida para um dispositivo remoto ocupado.

[Android.Runtime.Register("ERROR_GATT_WRITE_REQUEST_BUSY", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.CurrentBluetoothStatusCodes enum directly instead of this field.", true)]
public const Android.Bluetooth.CurrentBluetoothStatusCodes ErrorGattWriteRequestBusy = 201;
[<Android.Runtime.Register("ERROR_GATT_WRITE_REQUEST_BUSY", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.CurrentBluetoothStatusCodes enum directly instead of this field.", true)>]
val mutable ErrorGattWriteRequestBusy : Android.Bluetooth.CurrentBluetoothStatusCodes

Valor do campo

Value = 201
Atributos

Comentários

Uma solicitação writeCharacteristic gatt é emitida para um dispositivo remoto ocupado.

Java documentação para android.bluetooth.BluetoothStatusCodes.ERROR_GATT_WRITE_REQUEST_BUSY.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a