Share via


BluetoothLEAdvertisementReceivedEventArgs.BluetoothAddress プロパティ

定義

Bluetooth LE アドバタイズを送信するデバイスの Bluetooth アドレスを取得します。

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

Bluetooth LE アドバタイズを送信するデバイスの Bluetooth アドレス。

Windows の要件

アプリの機能
bluetooth

適用対象

こちらもご覧ください