Compartilhar via


BluetoothLEAdvertisementReceivedEventArgs.BluetoothAddress Propriedade

Definição

Obtém o endereço Bluetooth do dispositivo que envia o anúncio 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 da propriedade

UInt64

unsigned long long

uint64_t

o endereço Bluetooth do dispositivo que envia o anúncio bluetooth LE.

Requisitos do Windows

Funcionalidades do aplicativo
bluetooth

Aplica-se a

Confira também