Idioma

BluetoothGattDescriptor.PermissionWriteEncrypted 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 descritor: permitir gravações criptografadas

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

Valor do campo

Value = 32

Implementações

Atributos

Comentários

Permissão de descritor: permitir gravações criptografadas

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

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