BluetoothDevice.AddressTypeRandom Campo

Definizione

Attenzione

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

L'indirizzo è risolvibile, non risolvibile o statico.

[Android.Runtime.Register("ADDRESS_TYPE_RANDOM", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.AddressType enum directly instead of this field.", true)]
public const Android.Bluetooth.AddressType AddressTypeRandom = 1;
[<Android.Runtime.Register("ADDRESS_TYPE_RANDOM", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.AddressType enum directly instead of this field.", true)>]
val mutable AddressTypeRandom : Android.Bluetooth.AddressType

Valore del campo

Value = 1

Implementazioni

Attributi

Commenti

L'indirizzo è risolvibile, non risolvibile o statico.

per android.bluetooth.BluetoothDevice.ADDRESS_TYPE_RANDOM.

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