Quantcast
Channel: Windows Presentation Foundation (WPF) forum
Viewing all articles
Browse latest Browse all 18858

How to get Wifi wifi strength realtime in Windows Phone 8.1

$
0
0

Hi,

I get wireless signal by this code below:

var internetConnection = NetworkInformation.GetInternetConnectionProfile(); if (internetConnection != null) { var networkstatus = internetConnection.GetSignalBars(); Debug.WriteLine("Connection signal strength: " + networkstatus ); }

this code  get  signal strength only one time that called,

I really want to get signal strength during my app is running real time,

How can I do that? is there any  event trigger for signal changing?

Sincerely,

binhdinh


Viewing all articles
Browse latest Browse all 18858

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>