AM Daemon ライブラリリファレンス
|
システムの不変情報を提供するMonostateクラス。 [詳解]
#include <System.h>
公開メンバ関数 | |
const SerialId & | getBoardId () const |
ボードのシリアルIDを取得する。 [詳解] | |
RegionCode | getRegionCode () const |
仕向地コードを取得する。 [詳解] | |
const SerialId & | getKeychipId () const |
キーチップIDを取得する。 [詳解] | |
std::uint32_t | getModelType () const |
キーチップの機能区分値を取得する。 [詳解] | |
const wchar_t * | getGameId () const |
ゲームIDを取得する。 [詳解] | |
bool | isDevelop () const |
開発シーケンスで動作しているか否かを取得する。 [詳解] | |
const Resolution & | getResolution (std::size_t monitorIndex=0) const |
画面解像度を取得する。 [詳解] | |
const wchar_t * | getAppRootPath () const |
アプリルートディレクトリパスを取得する。 [詳解] | |
システムの不変情報を提供するMonostateクラス。
const SerialId& amdaemon::System::getBoardId | ( | ) | const |
ボードのシリアルIDを取得する。
RegionCode amdaemon::System::getRegionCode | ( | ) | const |
仕向地コードを取得する。
const SerialId& amdaemon::System::getKeychipId | ( | ) | const |
キーチップIDを取得する。
std::uint32_t amdaemon::System::getModelType | ( | ) | const |
キーチップの機能区分値を取得する。
const wchar_t* amdaemon::System::getGameId | ( | ) | const |
ゲームIDを取得する。
bool amdaemon::System::isDevelop | ( | ) | const |
開発シーケンスで動作しているか否かを取得する。
true | 開発シーケンスで動作している場合。 |
false | 量産シーケンスで動作している場合。 |
const Resolution& amdaemon::System::getResolution | ( | std::size_t | monitorIndex = 0 | ) | const |
画面解像度を取得する。
[in] | monitorIndex | プライマリモニタの解像度を取得するならば 0 。 セカンダリモニタの解像度を取得するならば 1 。 |
Exception | 引数 monitorIndex に 0 または 1 以外の値を指定した場合。 |
画面出力モードがデュアル設定の場合のみセカンダリモニタの解像度を取得できる。 それ以外の場合、セカンダリモニタの解像度を取得しようとするとゼロ値を返す。
const wchar_t* amdaemon::System::getAppRootPath | ( | ) | const |
アプリルートディレクトリパスを取得する。