Idioma

BluetoothGattCharacteristic.PermissionReadEncrypted Campo

Definição

Cuidado

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

Permissão característica: permitir operações de leitura criptografadas

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

Valor do campo

Value = 2

Implementações

Atributos

Comentários

Permissão característica: permitir operações de leitura criptografadas

Java documentação para android.bluetooth.BluetoothGattCharacteristic.PERMISSION_READ_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