Language

EncryptionStatus(Int32, Int32) コンストラクター

定義

[Android.Runtime.Register(".ctor", "(II)V", "", ApiSince=36)]
public EncryptionStatus(int keySize, int algorithm);
[<Android.Runtime.Register(".ctor", "(II)V", "", ApiSince=36)>]
new Android.Bluetooth.EncryptionStatus : int * int -> Android.Bluetooth.EncryptionStatus

パラメーター

keySize
Int32

値は 1 から 16 までの範囲です。

algorithm
Int32

値は次のいずれかです: BluetoothDevice.ENCRYPTION_ALGORITHM_NONE;BluetoothDevice.ENCRYPTION_ALGORITHM_E0;BluetoothDevice.ENCRYPTION_ALGORITHM_AES;BluetoothDevice.ENCRYPTION_ALGORITHM_UNKNOWN

属性

注釈

android.bluetooth.EncryptionStatus.EncryptionStatusの Android リファレンス。

このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象