AutomationConnectIQAutomationConnectIQ-サンプル7 $time = $sim.CreateTime() $time.Open() $time.Time = Get-Date "2020-1-1 13:00:00" $time.Factor = 3 $time.Action(:... 2020.12.30AutomationConnectIQ
AutomationConnectIQAutomationConnectIQ-サンプル6 # Diagnostics系の結果をもらう $sim.ToggleMenu(::LowPowerMode, $true) Start-sleep -Milliseconds 500 # 画面更新のための時間稼ぎ $val = $s... 2020.12.30AutomationConnectIQ
AutomationConnectIQAutomationConnectIQ-サンプル5 # 通知数の設定 $sim.SetNotificationCount(4) # アラーム数の設定 $sim.SetAlarmCount(3) # バッテリー情報の設定 $sim.SetBatteryStatus(20,... 2020.12.29AutomationConnectIQ
AutomationConnectIQAutomationConnectIQ-サンプル4 Automation Connect IQ SDK 主に設定関連のメニュー操作に関して 前半は、AutomationConnectIQ-サンプル2の冒頭部分のコードと同じ。 その後のシミュレーター操作部分のみをここでは記載する。 ... 2020.12.28AutomationConnectIQ
AutomationConnectIQAutomationConnectIQ-サンプル3 AutomationConnectIQのシミュレーターでGPS関連の設定と画面キャプチャを行うサンプルスクリプト。 2020.12.27AutomationConnectIQ
AutomationConnectIQAutomationConnectIQ-サンプル2 AutomationConnectIQのシミュレーターの起動までをPowerShellで実行するためのサンプルスクリプト。 2020.12.26AutomationConnectIQ
AutomationConnectIQAutomationConnectIQ-サンプル1 AutomationConnectIQのGarminSDKとJungleクラスを使い、ビルド処理をPowerShellで実行するためのサンプルスクリプト。 2020.12.26AutomationConnectIQ
プログラムC# XMLヘルプドキュメントの解析と利用 Visual Studio 2019 Tips-NuGetパッケージ化での多言語対応方法 上記でC#のヘルプの多言語化についてまとめたが、ここで作成された情報をもとに、ヘルプドキュメントを生成できないか考えてみた。 前回の方法で... 2020.12.23 2020.12.24プログラム
プログラムVisual Studio 2019 Tips-NuGetパッケージ化での多言語対応方法 作成したDLLを配布するためNuGetパッケージを作成したのだが、その時のXMLドキュメントコメントファイルの多言語化と、それをNuGetパッケージ内に納めるための方法について。 初めに /// <summary> ///... 2020.12.18プログラム