BluetoothLEAdvertisementReceivedEventArgs.BluetoothAddress 属性

定义

获取发送蓝牙 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

属性值

UInt64

unsigned long long

uint64_t

发送蓝牙 LE 广告的设备蓝牙地址。

Windows 要求

应用功能
bluetooth

适用于

另请参阅