Partager via


BluetoothLEAdvertisementReceivedEventArgs.BluetoothAddress Propriété

Définition

Obtient l’adresse Bluetooth de l’appareil qui envoie la publicité Bluetooth LE.

public:
 property unsigned long long BluetoothAddress { unsigned long long get(); };
uint64_t BluetoothAddress();
public ulong BluetoothAddress { get; }
var uInt64 = bluetoothLEAdvertisementReceivedEventArgs.bluetoothAddress;
Public ReadOnly Property BluetoothAddress As ULong

Valeur de propriété

UInt64

unsigned long long

uint64_t

adresse Bluetooth de l’appareil qui envoie la publicité Bluetooth LE.

Configuration requise pour Windows

Fonctionnalités de l’application
bluetooth

S’applique à

Voir aussi