BluetoothLEAdvertisementPublisherTrigger.PreferredTransmitPowerLevelInDBm 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.
If specified, requests that the radio use the indicated transmit power level for the advertisement. Defaults to Null.
public:
property IReference<short> ^ PreferredTransmitPowerLevelInDBm { IReference<short> ^ get(); void set(IReference<short> ^ value); };
IReference<short> PreferredTransmitPowerLevelInDBm();
void PreferredTransmitPowerLevelInDBm(IReference<short> value);
public System.Nullable<short> PreferredTransmitPowerLevelInDBm { get; set; }
var iReference = bluetoothLEAdvertisementPublisherTrigger.preferredTransmitPowerLevelInDBm;
bluetoothLEAdvertisementPublisherTrigger.preferredTransmitPowerLevelInDBm = iReference;
Public Property PreferredTransmitPowerLevelInDBm As Nullable(Of Short)
Property Value
The requested power level for the radio transmission. The default is Null.
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 API has no effect on radios that do not support the Extended Advertising format.