EncryptionStatus(Int32, Int32) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
[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属性ライセンスに記載されている条件に従って使用されます。