Lingua

EncryptionStatus(Int32, Int32) Costruttore

Definizione

[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

Parametri

keySize
Int32

Il valore è compreso tra 1 e 16 inclusi

algorithm
Int32

Il valore è uno dei seguenti: BluetoothDevice.ENCRYPTION_ALGORITHM_NONE; BluetoothDevice.ENCRYPTION_ALGORITHM_E0; BluetoothDevice.ENCRYPTION_ALGORITHM_AES; BluetoothDevice.ENCRYPTION_ALGORITHM_UNKNOWN

Attributi

Commenti

Informazioni di riferimento su Android per android.bluetooth.EncryptionStatus.EncryptionStatus.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a