nn::dlp::CTR::Server::OpenSessions Member Function

Syntax

static nn::Result OpenSessions(
     bool isManualAccept = false
);

Arguments

Name Description
in isManualAccept true: Allows client connections using the AcceptClient function. false : Allows client connections unconditionally.

Return Values

Returns the result of the operation.

Description

Begins download sessions.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL