6 #ifndef AMDAEMON_ALLNET_WIFIUNIT_H 7 #define AMDAEMON_ALLNET_WIFIUNIT_H 14 namespace amdaemon {
class InnerIndexHolder; }
38 explicit WiFiUnit(::amdaemon::InnerIndexHolder);
115 std::size_t _unitIndex;
127 #endif // AMDAEMON_ALLNET_WIFIUNIT_H const wchar_t * getServerAliveText() const
ALL.Net Wi-Fi サーバ群との疎通が確認できているか否かを表す文字列を取得する。
const wchar_t * getAuthGoodText() const
ALL.Net認証が成功済みであるか否かを表す文字列を取得する。
bool isAuthGood() const
ALL.Net認証が成功済みであるか否かを取得する。
const wchar_t * getMasterSerial() const
マスター ALL.Net Wi-Fi ルータのシリアル文字列を取得する。
bool isServerAlive() const
ALL.Net Wi-Fi サーバ群との疎通が確認できているか否かを取得する。
AM Daemon ライブラリクラス群の基底名前空間。
Definition: Log.h:13
std::size_t getAccessCount() const
ルータにアクセス中の無線子機数を取得する。
bool valid() const
情報が有効であるか否かを取得する。
WiFiUnit(::amdaemon::InnerIndexHolder)
コンストラクタ。
const wchar_t * getSerial() const
ルータのシリアル文字列を取得する。
const wchar_t * getFirmVersion() const
ルータのファームウェアバージョンを取得する。
bool isCache() const
キャッシュされた情報であるか否かを取得する。
ALL.Net Wi-Fi ルータの情報を提供するクラス。
Definition: WiFiUnit.h:33