nn::ndm::SetupDaemonsDefault Function

Syntax

void SetupDaemonsDefault(
     void
);

Parameters

None.

Return Values

None.

Description

Reverts network daemon operating permissions to the SDK defaults.

This function is called automatically between the call to the weak symbol function nninitSetup and before entering nnMain, and sets the daemon operating permissions.

You do not need to call this function unless you override nninitSetup.

In the current version of the SDK, all network daemons except for SpotPass (BOSS) operate by default.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL