nn::dlp::CTR::ServerState Enumerated Typeenum ServerState;
| Value | Description |
|---|---|
SERVER_STATE_INVALID |
|
SERVER_STATE_INITIALIZED |
Initialization is complete. |
SERVER_STATE_OPENED_SESSIONS |
Accepting session participation requests. |
SERVER_STATE_PREPARING_FOR_SYSTEM_DISTRIBUTION |
Preparing for system distribution. |
SERVER_STATE_DISTRIBUTING_SYSTEM |
Distributing system. |
SERVER_STATE_WAITING_RECONNECT |
Waiting for clients who rebooted after system distribution to reconnect. Clients will not always necessarily reconnect, so make sure that users can cancel out of download play. |
SERVER_STATE_PREPARING_FOR_TITLE_DISTRIBUTION |
Server is preparing for title distribution. |
SERVER_STATE_DISTRIBUTING_TITLE |
Server is distributing title. |
SERVER_STATE_COMPLETE_DISTRIBUTION |
Server has completed distributing system and title. |
SERVER_STATE_REBOOTING_CLIENTS |
Server is rebooting clients. After confirming that all clients are disconnected, quit download play. If carrying out local communication after that, wait for client connections via UDS. Note: Clients will not always necessarily reconnect. |
SERVER_STATE_ERROR |
An error has occurred, and reinitialization must occur. |
Server states.
CONFIDENTIAL