BluetoothLEAdvertisementPublisherStatusChangedEventArgs.SelectedTransmitPowerLevelInDBm 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.
Represents the current transmit power selected by the Bluetooth adapter for the advertisement.
public:
property IReference<short> ^ SelectedTransmitPowerLevelInDBm { IReference<short> ^ get(); };
IReference<short> SelectedTransmitPowerLevelInDBm();
public System.Nullable<short> SelectedTransmitPowerLevelInDBm { get; }
var iReference = bluetoothLEAdvertisementPublisherStatusChangedEventArgs.selectedTransmitPowerLevelInDBm;
Public ReadOnly Property SelectedTransmitPowerLevelInDBm As Nullable(Of Short)
Property Value
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.
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 only valid when the advertisement publisher is in the Started state.