Condividi tramite


BluetoothLEAdvertisementReceivedEventArgs.BluetoothAddress Proprietà

Definizione

Ottiene l'indirizzo Bluetooth del dispositivo che invia l'annuncio 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

Valore della proprietà

UInt64

unsigned long long

uint64_t

l'indirizzo Bluetooth del dispositivo che invia l'annuncio Bluetooth LE.

Requisiti Windows

Funzionalità dell'app
bluetooth

Si applica a

Vedi anche