Idioma

EncryptionStatus(Int32, Int32) Construtor

Definição

[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

Parâmetros

keySize
Int32

O valor está entre 1 e 16 inclusive

algorithm
Int32

O valor é um dos seguintes: BluetoothDevice.ENCRYPTION_ALGORITHM_NONE; BluetoothDevice.ENCRYPTION_ALGORITHM_E0; BluetoothDevice.ENCRYPTION_ALGORITHM_AES; BluetoothDevice.ENCRYPTION_ALGORITHM_UNKNOWN

Atributos

Comentários

Referência do Android para android.bluetooth.EncryptionStatus.EncryptionStatus.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a