Lenguaje

BluetoothDevice.AddressTypeRandom Campo

Definición

Precaución

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

La dirección se puede resolver, no se puede resolver o estática.

[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 de campo

Value = 1

Implementaciones

Atributos

Comentarios

La dirección se puede resolver, no se puede resolver o estática.

Java documentación para android.bluetooth.BluetoothDevice.ADDRESS_TYPE_RANDOM.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a