MobileBroadbandCellNR.SignalToNoiseRatioInDB Property

Definition

Gets the average reference signal-to-noise and interference Ratio (SNIR) in db.

Note

This functionality is available only to mobile operator apps and UWP apps given privileged access by mobile network operators.

If you want to use this API and publish your app to the Microsoft Store, then you'll need special approval. For more information, see the Restricted capabilities section in the App capability declarations topic.

public:
 property IReference<double> ^ SignalToNoiseRatioInDB { IReference<double> ^ get(); };
IReference<double> SignalToNoiseRatioInDB();
public System.Nullable<double> SignalToNoiseRatioInDB { get; }
var iReference = mobileBroadbandCellNR.signalToNoiseRatioInDB;
Public ReadOnly Property SignalToNoiseRatioInDB As Nullable(Of Double)

Property Value

The average reference signal-to-noise and interference Ratio (SNIR) in db, in the range [-23, 40].

Windows requirements

App capabilities
cellularDeviceControl cellularDeviceIdentity

Applies to