BluetoothLEAdvertisementReceivedEventArgs.AdvertisementType Property

Definition

Gets the type of the received Bluetooth LE advertisement packet.

public:
 property BluetoothLEAdvertisementType AdvertisementType { BluetoothLEAdvertisementType get(); };
BluetoothLEAdvertisementType AdvertisementType();
public BluetoothLEAdvertisementType AdvertisementType { get; }
var bluetoothLEAdvertisementType = bluetoothLEAdvertisementReceivedEventArgs.advertisementType;
Public ReadOnly Property AdvertisementType As BluetoothLEAdvertisementType

Property Value

the type of the received Bluetooth LE advertisement packet.

Windows requirements

App capabilities
bluetooth

Applies to

See also