CF 2, C#, suspend OS then wake via network?

  • Thread starter Thread starter Tomppa
  • Start date Start date
T

Tomppa

How do I put the CE WinCE 5.0 OS into a suspended state via C# in CF 2.0.



Once suspended how do I wake from suspended state via the network.



Thanks
 
The hardware has to support wake-on-network. You can't do anything in
software, without suitable hardware and driver support, to make that work.
Does your hardware support that? What hardware is it?

If it is supported, you have to configure the wake sources, tell the driver
to do the right thing, etc. That's all pretty specific to your target
hardware, but there is some information on it in a document on the Windows
CE Frequently Asked Questions on MSDN...

Paul T.
 
Back
Top