0

I have a mobile application on a windows ce 6.0 device. The device sometimes is sent to suspend by a hardwarebutton. I want to do some tasks, as soon, the device is resumed.

Is it possible to check in a .net cf-program, if the device was resumed?

Thanks!

4

3 回答 3

0

谢谢你的回答...

在进一步的研究中,我在 OpenNETCF 中发现了一个事件,正好符合我的需要。

该事件OpenNETCF.WindowsCE.PowerManagement.PowerUp被触发,当恢复设备时 - 这里一切正常......

于 2014-03-07T06:36:48.657 回答
0

是的。您必须订阅 PowerNotification 队列,然后观察在挂起/恢复周期后触发的恢复事件。这是一个没有 OpenNetCF 怪物的 CF 类:http ://win-mobile-code.googlecode.com/svn/trunk/NotificationList/NotificationsList/PowerNotifications.cs

以上是我在http://www.hjgode.de/wp/2013/05/13/mobile-development-manage-the-event-db-what-wakes-up上的“什么唤醒您的设备”文章的一部分-你的设备/

但是,如果您需要 OpenNetCF 实现的更多功能,请使用 OpenNetCF。

于 2014-03-06T18:02:13.857 回答
0

根据这个先前的问题,不求助于 P/Invoke 或 3rd-party 库是不可能的。

于 2014-03-06T17:40:52.220 回答