nn::dlp::CTR::ClientState Enumerated Typeenum ClientState;
| Value | Description |
|---|---|
CLIENT_STATE_INVALID |
The server could not recognize this state. The client is not initialized. |
CLIENT_STATE_DISCONNECTED_NETWORK |
The server could not recognize this state. Not connected to network. |
CLIENT_STATE_SCANNING |
The server could not recognize this state. Scanning. |
CLIENT_STATE_WAITING_CONNECT |
The server could not recognize this state. Waiting to connect to network. |
CLIENT_STATE_WAITING_INVITE |
Connected to network. Waiting for INVITE command from server. |
CLIENT_STATE_JOINED_SESSION |
Joined a session. |
CLIENT_STATE_DOWNLOADING |
Downloading. This may include cases where no data is being received from the server. |
CLIENT_STATE_DOWNLOAD_COMPLETE |
Downloading is complete. |
CLIENT_STATE_RECONNECTING_NETWORK |
After system download, waiting for application to reconnect to network. |
CLIENT_STATE_REBOOTING |
The server could not recognize this state. After download, waiting for application's reboot process. |
CLIENT_STATE_ERROR |
The server could not recognize this state. 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 disconnecting from the server or another client disconnecting after the download session begins (from CLIENT_STATE_WAITING_INVITE to CLIENT_STATE_REBOOTING). |
CLIENT_STATE_WAITING_ACCEPT |
The client could not recognize this state. Connected to network, but waiting for ACCEPT from server. |
CLIENT_STATE_CONFIRMING_DOWNLOAD_PROGRESS |
The client could not recognize this state. Confirming download progress. |
Client states.
CONFIDENTIAL