BluetoothLEAdvertisementPublisherTriggerDetails BluetoothLEAdvertisementPublisherTriggerDetails BluetoothLEAdvertisementPublisherTriggerDetails BluetoothLEAdvertisementPublisherTriggerDetails Class

Definition

Provides information about a BluetoothLEAdvertisementPublisher trigger. You can obtain an instance of this class through a BluetoothLEAdvertisementPublisher trigger.

public : sealed class BluetoothLEAdvertisementPublisherTriggerDetails : IBluetoothLEAdvertisementPublisherTriggerDetailspublic sealed class BluetoothLEAdvertisementPublisherTriggerDetails : IBluetoothLEAdvertisementPublisherTriggerDetailsPublic NotInheritable Class BluetoothLEAdvertisementPublisherTriggerDetails Implements IBluetoothLEAdvertisementPublisherTriggerDetails// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Properties

Error Error Error Error

Gets the error status for the trigger.

public : BluetoothError Error { get; }public BluetoothError Error { get; }Public ReadOnly Property Error As BluetoothError// You can use this property in JavaScript.
Value
BluetoothError BluetoothError BluetoothError BluetoothError

The error status for the trigger.

Status Status Status Status

Gets the current status of the BluetoothLEAdvertisementPublisher.

public : BluetoothLEAdvertisementPublisherStatus Status { get; }public BluetoothLEAdvertisementPublisherStatus Status { get; }Public ReadOnly Property Status As BluetoothLEAdvertisementPublisherStatus// You can use this property in JavaScript.