BluetoothDevice.EncryptionAlgorithmNone 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 no se cifró mediante ningún algoritmo.

[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

Valor de campo

Value = 0

Implementaciones

Atributos

Comentarios

Indica que el vínculo no se cifró mediante ningún algoritmo.

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

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