Share via


BluetoothLEAdvertisementReceivedEventArgs.TransmitPowerLevelInDBm Property

Definition

Overloads

TransmitPowerLevelInDBm

Represents the received transmit power of the advertisement.

TransmitPowerLevelInDBm

Represents the received transmit power of the advertisement.

public:
 property IReference<short> ^ TransmitPowerLevelInDBm { IReference<short> ^ get(); };
IReference<short> TransmitPowerLevelInDBm();
public System.Nullable<short> TransmitPowerLevelInDBm { get; }
var iReference = bluetoothLEAdvertisementReceivedEventArgs.transmitPowerLevelInDBm;
Public ReadOnly Property TransmitPowerLevelInDBm As Nullable(Of Short)

Property Value

The received transmit power of the advertisement. Ranges from -127 dBm to 20dBM.

Windows requirements

Device family
Windows 10, version 2004 (introduced in 10.0.19041.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v10.0)

Remarks

The transmit power may be present in the advertisement data, or it may be included using the Extended Advertising format.

See also

Applies to