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 引進)

適用於