WP7 How to debug airplane mode on device?

前端 未结 3 901
悲哀的现实
悲哀的现实 2021-01-17 10:02

Is there a way to debug airplane mode on the device? I tried turning airplane mode on in the device settings and disabling the internet connection on my computer, but Networ

3条回答
  •  离开以前
    2021-01-17 10:28

    You can check what kind of interface is available: NetworkInterfaceType

    NetworkInterfaceType.MobileBroadbandCdma:
    NetworkInterfaceType.MobileBroadbandGsm
    

    These should be disabled.

提交回复
热议问题