2016年9月25日 星期日

UWP IoT Core shutdown device 關機

English
========================================================================
Today we will implement the shutdown function on Win 10 IoT Core.

1. Add below code in Package.appxmanifest file.

2. Add reference named "Windows IoT Extensions for the UWP" in project.

3. Add using and below code in project.


4. The device will shutdown when button click.



中文
========================================================================
今天要在 Win 10 IoT Core 上實現關機的動作。

1. 首先要開啟權限,打開 Package.appxmanifest 檔案,加入以下程式碼。

2. 加入名為 "Windows IoT Extensions for the UWP" 參考進入專案中。

3. 加入使用和以下程式碼至 MainPage.xaml.cs。


4. 當按鈕按下後,就會進行關機的動作。

沒有留言:

OS Operating System 作業系統 恐龍書 筆記分享

發現一個作業系統說明的網站, 對於 process vs thread, semaphore vs mutex, deadlock 說明很詳細, 有興趣的人可以去以下的網頁逛逛。 附上網址連結: link   link2