BluetoothDevice.AddressTypeRandom Feld

Definition

Achtung

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

Die Adresse ist entweder auflösend, nicht auflösend oder statisch.

[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

Feldwert

Value = 1

Implementiert

Attribute

Hinweise

Die Adresse ist entweder auflösend, nicht auflösend oder statisch.

Java Dokumentation für android.bluetooth.BluetoothDevice.ADDRESS_TYPE_RANDOM.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: