nn::swkbd::CTR::Parameter Structure

Syntax

struct Parameter
{
   Config config;
};

Description

Parameter structure to pass to the software keyboard applet when it executes.

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

Member Variables

config Config Config structure.

Revision History

2011/03/01
Initial version.

CONFIDENTIAL