nn::swkbd::CTR::Parameter Structure

Syntax

struct Parameter
{
   Config config;
};

Description

Parameter structure passed to the software keyboard applet when the applet is executed.

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

Member Variables

config The Config structure.

Revision History

2011/03/01
Initial version.

CONFIDENTIAL