BluetoothDevice.EncryptionAlgorithmNone Feld

Definition

Achtung

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

Gibt an, dass die Verknüpfung nicht mit einem Algorithmus verschlüsselt wurde

[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

Feldwert

Value = 0

Implementiert

Attribute

Hinweise

Gibt an, dass die Verknüpfung nicht mit einem Algorithmus verschlüsselt wurde

Java Dokumentation für android.bluetooth.BluetoothDevice.ENCRYPTION_ALGORITHM_NONE.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: