Share via


BluetoothLEAdvertisementReceivedEventArgs.BluetoothAddressType プロパティ

定義

受信したアドバタイズの Bluetooth アドレスの種類を取得します。

public:
 property BluetoothAddressType BluetoothAddressType { BluetoothAddressType get(); };
BluetoothAddressType BluetoothAddressType();
public BluetoothAddressType BluetoothAddressType { get; }
var bluetoothAddressType = bluetoothLEAdvertisementReceivedEventArgs.bluetoothAddressType;
Public ReadOnly Property BluetoothAddressType As BluetoothAddressType

プロパティ値

アドバタイズの Bluetooth アドレスの種類。 アドバタイズが匿名の場合、返される型は です Unspecified

Windows の要件

デバイス ファミリ
Windows 10, version 2004 (10.0.19041.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v10.0 で導入)

適用対象