BluetoothDevice.EncryptionAlgorithmUnknown Поле

Определение

Внимание!

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

Указывает, что ссылка была зашифрована с помощью неизвестного алгоритма

[Android.Runtime.Register("ENCRYPTION_ALGORITHM_UNKNOWN", 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 EncryptionAlgorithmUnknown = 3;
[<Android.Runtime.Register("ENCRYPTION_ALGORITHM_UNKNOWN", 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 EncryptionAlgorithmUnknown : Android.Bluetooth.BluetoothDeviceEncryptionAlgorithm

Значение поля

Value = 3

Реализации

Атрибуты

Комментарии

Указывает, что ссылка была зашифрована с помощью неизвестного алгоритма

Java документации по android.bluetooth.BluetoothDevice.ENCRYPTION_ALGORITHM_UNKNOWN.

Части этой страницы — это изменения на основе работы, созданной и общей Project и используемых в соответствии с условиями, описанными в разделе "".

Применяется к