Compartir a través de


BluetoothLEAdvertisementReceivedEventArgs.BluetoothAddress Propiedad

Definición

Obtiene la dirección Bluetooth del dispositivo que envía el anuncio de 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

Valor de propiedad

UInt64

unsigned long long

uint64_t

la dirección Bluetooth del dispositivo que envía el anuncio de Bluetooth LE.

Requisitos de Windows

Características de aplicaciones
bluetooth

Se aplica a

Consulte también