BluetoothLEAdvertisementReceivedEventArgs.BluetoothAddressType 属性

定义

检索收到的播发的蓝牙地址类型。

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

属性值

播发的蓝牙地址类型。 如果播发是匿名的,则返回的类型为 Unspecified

Windows 要求

设备系列
Windows 10, version 2004 (在 10.0.19041.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v10.0 中引入)

适用于