Share via


MobileBroadbandSarManager.Antennas Property

Definition

Gets the collection of current SAR configuration models for each antenna on the device.

Note

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:
 property IVectorView<MobileBroadbandAntennaSar ^> ^ Antennas { IVectorView<MobileBroadbandAntennaSar ^> ^ get(); };
IVectorView<MobileBroadbandAntennaSar> Antennas();
public IReadOnlyList<MobileBroadbandAntennaSar> Antennas { get; }
var iVectorView = mobileBroadbandSarManager.antennas;
Public ReadOnly Property Antennas As IReadOnlyList(Of MobileBroadbandAntennaSar)

Property Value

The collection of current SAR configuration models for each antenna on the device.

Windows requirements

App capabilities
cellularDeviceControl cellularDeviceIdentity microsoft.cellularSARConfiguration_8wekyb3d8bbwe

Remarks

The size of this collection is guaranteed to be the same as the number of antennas on device.

Applies to