BluetoothDevice.AddressTypeAnonymous Campo

Definición

Precaución

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

Tipo de dirección usado para indicar un anuncio anónimo.

[Android.Runtime.Register("ADDRESS_TYPE_ANONYMOUS", ApiSince=35)]
[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 AddressTypeAnonymous = 255;
[<Android.Runtime.Register("ADDRESS_TYPE_ANONYMOUS", ApiSince=35)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.AddressType enum directly instead of this field.", true)>]
val mutable AddressTypeAnonymous : Android.Bluetooth.AddressType

Valor de campo

Value = 255

Implementaciones

Atributos

Comentarios

Tipo de dirección usado para indicar un anuncio anónimo.

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

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