Is there any app event if the Wifi Signal Strength Changes in WinRT or Windows 8.1 Store apps?

  • Thread starter Windows Central Question
  • Start date
W

Windows Central Question

Hi,

I have implemented the NetworkInformation.NetworkStatusChanged event for getting internet connection status, and i got the wifi Signal strength through the Connection Profile. But i am in need to know is there any event for signal strength changes need to triggered. We are in need to display the signal strength inside our app.

Below code used to get the signal strength one time if network status changed:

private async void NetworkInformation_NetworkStatusChanged(object sender)

{

ConnectionProfile connections = NetworkInformation.GetInternetConnectionProfile();

var signalstrength = connections.GetSignalBars();

}
 

Members online

Forum statistics

Threads
323,300
Messages
2,243,596
Members
428,055
Latest member
DrPendragon