BluetoothLEAdvertisementReceivedEventArgs.IsScanResponse Property

Definition

Indicates whether the received advertisement is a scan response.

public:
 property bool IsScanResponse { bool get(); };
bool IsScanResponse();
public bool IsScanResponse { get; }
var boolean = bluetoothLEAdvertisementReceivedEventArgs.isScanResponse;
Public ReadOnly Property IsScanResponse As Boolean

Property Value

Boolean

bool

Indicates whether the advertisement is a scan response. Returns True if it is, otherwise, returns False.

Windows requirements

Device family
Windows 10, version 2004 (introduced in 10.0.19041.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v10.0)

Remarks

This property is intended to be used on extended advertisements, which may or may not be scan responses.

Applies to