nn::dlp::CTR::Server::ForceClientToDownload Member Function

Syntax

static nn::Result ForceClientToDownload(
     bool enable = true
);

Arguments

Name Description
in enable When this is true, downloads are forced to start. When this is false, the download method returns to normal.

Return Values

Returns the result of the operation.

Description

Forces the client to download, ignoring the child version.

A client normally downloads new child programs that it does not have or that are newer than the ones it has imported. This function forces the client to download a child program regardless of the client's import state. Use this function from the SERVER_STATE_INITIALIZED state. This function is used for debugging. You can only force a test unit to download.


CONFIDENTIAL