Table of Contents

Class BluetoothLEAdvertisementPublisherStatusChangedEventArgs

Namespace
nanoFramework.Device.Bluetooth.Advertisement
Assembly
nanoFramework.Device.Bluetooth.dll

Provides data for a StatusChanged event on a BluetoothLEAdvertisementPublisher.

public class BluetoothLEAdvertisementPublisherStatusChangedEventArgs
Inheritance
BluetoothLEAdvertisementPublisherStatusChangedEventArgs
Inherited Members
Extension Methods

Properties

Error

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

public BluetoothError Error { get; }

Property Value

BluetoothError

SelectedTransmitPowerLevelInDBm

The current transmit power selected. If the Extended Advertisement format is not supported by the adapter, this instead represents the adapter's default transmit power level.

public short SelectedTransmitPowerLevelInDBm { get; }

Property Value

short

Status

Gets the new status of the BluetoothLEAdvertisementPublisher.

public BluetoothLEAdvertisementPublisherStatus Status { get; }

Property Value

BluetoothLEAdvertisementPublisherStatus