nn::erreula::CTR::Parameter Structure

Syntax

struct Parameter
{
   Config config;
};

Description

The structure storing parameters to be passed when executing the error EULA applet.

Set the config member variable appropriately and pass it to the argument of the nn::erreula::CTR::StartErrEulaApplet function.

Member Variables

config Config The Config structure.

Revision History

2012/03/28
Fixed typos.
2011/08/04
Initial version.

CONFIDENTIAL