MobileBroadbandSarManager.SetConfigurationAsync Method

Definition

Sends a request to the device to change the SAR configuration.

Note

This is a pre-release API. It will be fully usable in a future release, when the appropriate MobileBroadbandAntennaSar constructor is available.

To use this API you will need to contact Microsoft to request the custom capability microsoft.cellularSARConfiguration_8wekyb3d8bbwe. For more info, see the Custom capabilities section in the App capability declarations topic, and Creating a custom capability to pair a driver with a Hardware Support App.

public:
 virtual IAsyncAction ^ SetConfigurationAsync(IIterable<MobileBroadbandAntennaSar ^> ^ antennas) = SetConfigurationAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction SetConfigurationAsync(IIterable<MobileBroadbandAntennaSar> const& antennas);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction SetConfigurationAsync(IEnumerable<MobileBroadbandAntennaSar> antennas);
function setConfigurationAsync(antennas)
Public Function SetConfigurationAsync (antennas As IEnumerable(Of MobileBroadbandAntennaSar)) As IAsyncAction

Parameters

antennas

IIterable<MobileBroadbandAntennaSar>

IEnumerable<MobileBroadbandAntennaSar>

The collection of antennas containing the SAR backoff property to configure.

Returns

An asynchronous action.

Attributes

Windows requirements

App capabilities
cellularDeviceControl cellularDeviceIdentity microsoft.cellularSARConfiguration_8wekyb3d8bbwe

Remarks

Note

Applies to