BluetoothDevice.AddressTypeRandom Campo

Definição

Cuidado

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

O endereço é resolvível, não resolvível ou estático.

[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

Valor do campo

Value = 1

Implementações

Atributos

Comentários

O endereço é resolvível, não resolvível ou estático.

Java documentação para android.bluetooth.BluetoothDevice.ADDRESS_TYPE_RANDOM.

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