BluetoothDevice.EncryptionAlgorithmE0 Campo

Definición

Precaución

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

Indica que el vínculo se cifró mediante el 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

Valor de campo

Value = 1

Implementaciones

Atributos

Comentarios

Indica que el vínculo se cifró mediante el algoritmo E0.

Java documentación para android.bluetooth.BluetoothDevice.ENCRYPTION_ALGORITHM_E0.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a