BluetoothDevice.EncryptionAlgorithmE0 Campo

Definizione

Attenzione

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

Indica che il collegamento è stato crittografato con l'algoritmo E0

[Android.Runtime.Register("ENCRYPTION_ALGORITHM_E0", 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 EncryptionAlgorithmE0 = 1;
[<Android.Runtime.Register("ENCRYPTION_ALGORITHM_E0", 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 EncryptionAlgorithmE0 : Android.Bluetooth.BluetoothDeviceEncryptionAlgorithm

Valore del campo

Value = 1

Implementazioni

Attributi

Commenti

Indica che il collegamento è stato crittografato con l'algoritmo E0

per android.bluetooth.BluetoothDevice.ENCRYPTION_ALGORITHM_E0.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a