nn::phtsel::CTR::Parameter Structurestruct Parameter
{
Config config;
PhtselInput input;
PhtselOutput output;
};
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.
config
|
Config |
Configuration data. | |
|---|---|---|---|
| input | PhtselInput |
Input value. | |
| output | PhtselOutput |
Return value. |
CONFIDENTIAL