Idioma

BluetoothGattDescriptor.PermissionWrite Campo

Definição

Cuidado

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

Permissão de gravação do descritor

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

Valor do campo

Value = 16

Implementações

Atributos

Comentários

Permissão de gravação do descritor

Java documentação para android.bluetooth.BluetoothGattDescriptor.PERMISSION_WRITE.

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