MobileBroadbandAntennaSar(Int32, Int32) Constructor
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.
Creates a new instance of a MobileBroadbandAntennaSar.
public:
MobileBroadbandAntennaSar(int antennaIndex, int sarBackoffIndex);
MobileBroadbandAntennaSar(int const& antennaIndex, int const& sarBackoffIndex);
public MobileBroadbandAntennaSar(int antennaIndex, int sarBackoffIndex);
function MobileBroadbandAntennaSar(antennaIndex, sarBackoffIndex)
Public Sub New (antennaIndex As Integer, sarBackoffIndex As Integer)
Parameters
- antennaIndex
-
Int32
int
The identifier number of the antenna, in the form of a unique, zero-based index.
- sarBackoffIndex
-
Int32
int
The OEM/IHV-variant value for SAR backoff, in the form of an index entry in the device OEM/IHV's mapping table.
Windows requirements
Device family |
Windows 10, version 1803 (introduced in 10.0.17134.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v6.0)
|