Partager via


BluetoothDevice.AddressTypePublic Champ

Définition

Attention

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

Adresse MAC matérielle de l’appareil

[Android.Runtime.Register("ADDRESS_TYPE_PUBLIC", 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 AddressTypePublic = 0;
[<Android.Runtime.Register("ADDRESS_TYPE_PUBLIC", 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 AddressTypePublic : Android.Bluetooth.AddressType

Valeur de champ

Value = 0

Implémente

Attributs

Remarques

Documentation Java pour android.bluetooth.BluetoothDevice.ADDRESS_TYPE_PUBLIC.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à