c# - Signal strenght different in task manager vs on taskbar -


i'm using mobile broadband api read signal strength of windows 8 desktop device. i'm getting numbers seem match signal strength in task manager (performance tab, mobile):

  • 0 -> 0 bars
  • 6 -> 1 bar
  • 12 -> 2 bars
  • 18 -> 3 bars
  • 24 -> 4 bars
  • 30 -> 5 bars

however, icon on task bar displays different values. displays more bars there. example when see 1 bar in task manager, icon on task bar displays 2 bars, etc.

why that?


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -