nn::phtsel::CTR::Parameter Structure

Syntax

struct Parameter
{
   Config config;
   PhtselInput input;
   PhtselOutput output;
};

Description

Parameter structure to pass to the photo selector applet when it executes.

You must always call the InitializeParameter function to initialize this structure before setting its member variables.

Set the member variables appropriately and pass it as an argument to the nn::phtsel::CTR::StartPhtsel function.

Member Variables

config Config Configuration data.
input PhtselInput Input value.
output PhtselOutput Return value.

Revision History

2011/08/24
Initial version.

CONFIDENTIAL