nn::dlp::CTR::Server::RebootAllClients Member Function

Syntax

static nn::Result RebootAllClients();

Arguments

None.

Return Values

The following Results are returned as the result of the operation.

Value Description
ResultSuccess The reboot request was sent to the client. The ResultInvalidState state is invalid. Use when the download is completed (SERVER_STATE_COMPLETE_DISTRIBUTION).

Description

Sends a reboot request to all clients.

Once all clients have disconnected, call CloseSessions or Finalize. Use the GetConnectingClients function to determine the number of disconnecting clients. Clients are not guaranteed to reconnect as child devices after they reboot. Keep this in mind for parent devices that are waiting for child devices.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL