Nintendo 3DS Miiverse Library
1.3.2
(OLV/Olive)
|
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... | |
Represents the parameters when recovering.
void SetFlags | ( | u32 | flags | ) |
Sets flags.
This is for future expansion. It is not used currently.
[in] | flags | Flags (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.
[in] | systemArgs | The system arguments. |
[in] | systemArgsSize | The size of the system arguments. |