BluetoothLEAdvertisementPublisherStatusChangedEventArgs BluetoothLEAdvertisementPublisherStatusChangedEventArgs BluetoothLEAdvertisementPublisherStatusChangedEventArgs BluetoothLEAdvertisementPublisherStatusChangedEventArgs Class

Definition

Provides data for a StatusChanged event on a BluetoothLEAdvertisementPublisher.

public : sealed class BluetoothLEAdvertisementPublisherStatusChangedEventArgs : IBluetoothLEAdvertisementPublisherStatusChangedEventArgspublic sealed class BluetoothLEAdvertisementPublisherStatusChangedEventArgs : IBluetoothLEAdvertisementPublisherStatusChangedEventArgsPublic NotInheritable Class BluetoothLEAdvertisementPublisherStatusChangedEventArgs Implements IBluetoothLEAdvertisementPublisherStatusChangedEventArgs// 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)

Remarks

A BluetoothLEAdvertisementPublisherStatusChangedEventArgs instance is created when the StatusChanged event occurs on a BluetoothLEAdvertisementPublisher object.

Properties

Error Error Error Error

Gets the error status for a StatusChanged event on a BluetoothLEAdvertisementPublisher.

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

Status Status Status Status

Gets the new 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.

Remarks

The current status of the BluetoothLEAdvertisementPublisher might have changed by the time this property is accessed. This property reflects the new status of the BluetoothLEAdvertisementPublisher at the time it was changed and the StatusChanged event occurred.

See Also