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 и используемых в соответствии с условиями, описанными в разделе "".