BluetoothLEAdvertisementReceivedEventArgs.BluetoothAddress Eigenschaft

Definition

Ruft die Bluetooth-Adresse des Geräts ab, das die Bluetooth LE-Ankündigung sendet.

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

Eigenschaftswert

UInt64

unsigned long long

uint64_t

die Bluetooth-Adresse des Geräts, das die Bluetooth LE-Ankündigung sendet.

Windows-Anforderungen

App-Funktionen
bluetooth

Gilt für:

Weitere Informationen