BluetoothLEAdvertisementReceivedEventArgs.IsDirected Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether the received advertisement is directed.
public:
property bool IsDirected { bool get(); };
bool IsDirected();
public bool IsDirected { get; }
var boolean = bluetoothLEAdvertisementReceivedEventArgs.isDirected;
Public ReadOnly Property IsDirected As Boolean
Property Value
Boolean
bool
Indicates whether the advertisement is directed. 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 are not necessarily directed or undirected.