nn::dlp::CTR::ServerState Enumerated Type

Syntax

enum ServerState;

Value

Value Description
SERVER_STATE_INVALID The server is not initialized.
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. The conditions for transition are entering a sleep state or WIFI turning off between Initialize() and <a href="../../../nn/ac/CTR/Finalize.html">Finalize()</a>, or the client other than CLIENT_STATE_RECONNECTING_NETWORK disconnecting after the download session begins (from SERVER_STATE_PREPARING_FOR_SYSTEM_DISTRIBUTION to SERVER_STATE_COMPLETE_DISTRIBUTION) or the card has been removed.

Description

Server states.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL