Compartilhar via


BluetoothGatt.GattSuccess Campo

Definição

Cuidado

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

Uma operação do GATT concluída com êxito

[Android.Runtime.Register("GATT_SUCCESS")]
[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 GattSuccess = 0;
[<Android.Runtime.Register("GATT_SUCCESS")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.GattStatus enum directly instead of this field.", true)>]
val mutable GattSuccess : Android.Bluetooth.GattStatus

Valor do campo

Value = 0

Implementações

Atributos

Comentários

Documentação Java para android.bluetooth.BluetoothGatt.GATT_SUCCESS.

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

Aplica-se a