BluetoothDevice.EncryptionAlgorithmNone Champ

Définition

Attention

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

Indique que le lien n’a pas été chiffré à l’aide d’un algorithme

[Android.Runtime.Register("ENCRYPTION_ALGORITHM_NONE", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.BluetoothDeviceEncryptionAlgorithm enum directly instead of this field.", true)]
public const Android.Bluetooth.BluetoothDeviceEncryptionAlgorithm EncryptionAlgorithmNone = 0;
[<Android.Runtime.Register("ENCRYPTION_ALGORITHM_NONE", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.BluetoothDeviceEncryptionAlgorithm enum directly instead of this field.", true)>]
val mutable EncryptionAlgorithmNone : Android.Bluetooth.BluetoothDeviceEncryptionAlgorithm

Valeur de champ

Value = 0

Implémente

Attributs

Remarques

Indique que le lien n’a pas été chiffré à l’aide d’un algorithme

Java documentation pour android.bluetooth.BluetoothDevice.ENCRYPTION_ALGORITHM_NONE.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à