BluetoothDevice.EncryptionAlgorithmNone Campo

Definizione

Attenzione

This constant will be removed in the future version. Use Android.Bluetooth.BluetoothDeviceEncryptionAlgorithm enum directly instead of this field.

Indica che il collegamento non è stato crittografato tramite alcun algoritmo

[Android.Runtime.Register("ENCRYPTION_ALGORITHM_NONE", 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 EncryptionAlgorithmNone = 0;
[<Android.Runtime.Register("ENCRYPTION_ALGORITHM_NONE", 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 EncryptionAlgorithmNone : Android.Bluetooth.BluetoothDeviceEncryptionAlgorithm

Valore del campo

Value = 0

Implementazioni

Attributi

Commenti

Indica che il collegamento non è stato crittografato tramite alcun algoritmo

per android.bluetooth.BluetoothDevice.ENCRYPTION_ALGORITHM_NONE.

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