言語

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オープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象