Idioma

BluetoothGattDescriptor.PermissionWriteEncryptedMitm 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 com proteção de pessoa no meio

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

Valor do campo

Value = 64

Implementações

Atributos

Comentários

Permissão de descritor: permitir gravações criptografadas com proteção de pessoa no meio

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

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