Stationクラス More...
#include <GxP2PSessionManager.h>
Public Member Functions | |
初期化 | |
| GxP2PStation (void) | |
| デフォルトコンストラクタ | |
| ~GxP2PStation (void) | |
| デストラクタ | |
| void | clear (void) |
| 初期化 | |
アクセサ | |
| constexpr nu32 | getIndex (void) const |
| インデックス取得 | |
| GX_FORCE_INLINE b32 | isLocal (void) const |
| ローカルステーション判定 | |
| GX_FORCE_INLINE b32 | isHost (void) const |
| ホストステーション判定 | |
| GX_FORCE_INLINE b32 | isActive (void) const |
| アクティブ判定 | |
| GX_FORCE_INLINE b32 | isReady (void) const |
| ゲーム移行可能判定 | |
| constexpr nu32 | getPingAverage (void) const |
| 通信速度平均値取得 | |
| constexpr nu32 | getIPAddress (void) const |
| IPアドレス値取得 | |
| constexpr nu32 | getPort (void) const |
| ポート値取得 | |
| constexpr GX_CSTR | getIPAddressString (void) const |
| IPアドレス文字列取得 | |
定義 | |
| class | GxP2PSessionManager |
| static constexpr nu32 | INVALID_STATION_INDEX = static_cast<nu32>(-1) |
| 未設定インデックス番号 | |
Stationクラス