Nintendo 3DS Miiverse Library  1.3.2
(OLV/Olive)
ResumeParam Class Reference

Represents the parameters when recovering. More...

#include <CTR_SDK/include/nn/olv/olv_TypesResume.h>

Public Member Functions

 ResumeParam ()
 Instantiates the object.
 
void Reset ()
 Reverts parameters to their initial state.
 
void SetFlags (u32 flags)
 Sets flags. More...
 
void SetSystemArgs (const u8 *systemArgs, u32 systemArgsSize)
 Sets the system arguments. More...
 

Detailed Description

Represents the parameters when recovering.

Member Function Documentation

void SetFlags ( u32  flags)

Sets flags.

This is for future expansion. It is not used currently.

Parameters
[in]flagsFlags (FLAG_*).
void SetSystemArgs ( const u8 *  systemArgs,
u32  systemArgsSize 
)

Sets the system arguments.

The system arguments can be obtained by using the nn::applet::GetInitialParam function when the application starts, and by using the nn::applet::WaitForStarting function when you return from the Miiverse application. For an example of how these are used, see the StartPortalApp demo.

Parameters
[in]systemArgsThe system arguments.
[in]systemArgsSizeThe size of the system arguments.

The documentation for this class was generated from the following file: